@gw2/markup-stringify
v1.0.1
Published
Stringify Guild Wars 2 Markup AST
Maintainers
Readme
@gw2/markup-stringify
This package stringifies a Guild Wars 2® markup AST back into markup.
Usage
You can use this package to convert an AST back into markup after processing it.
import { stringifyGw2Markup } from '@gw2/markup-stringify';
const markup = stringifyGw2Markup(ast);License
This package is licensed under the MIT License.
