Convert an AST into a string, pretty-printing the result. If you want more control over the formatting (e.g. spaces/tabs, etc.) use unified().use(unifiedLatexStringCompiler, options) directly.
unified().use(unifiedLatexStringCompiler, options)
Generated using TypeDoc
Convert an AST into a string, pretty-printing the result. If you want more control over the formatting (e.g. spaces/tabs, etc.) use
unified().use(unifiedLatexStringCompiler, options)
directly.