@unified-myst/role-extension
v0.0.4
Published
Extension to support the MyST role syntax (``{name}`content` ``) in unified
Downloads
5
Readme
@unified-myst/role-extension
Extension to support the MyST role syntax ({name}`content`
) in unified.
A MyST role consists of a name, followed by a content string. The content string is interpreted according to the name, and can be thought of as an inline extension point for Markdown, similar to a function call:
function name(content) {return ast}