UNPKG

@unified-myst/role-extension

Version:

Extension to support the MyST role syntax (``{name}`content` ``) in unified

12 lines (11 loc) 307 B
export namespace tokenTypes { const mystRole: string; const mystRoleMarker: string; const mystRoleName: string; } export namespace nodeTypes { const mystRole_1: string; export { mystRole_1 as mystRole }; const mystRoleName_1: string; export { mystRoleName_1 as mystRoleName }; }