UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

21 lines (20 loc) 417 B
import attr from 'remark-attr'; export const mdast = [ attr, { enableAtxHeaderInline: true, scope: 'permissive', elements: [ 'link', 'atxHeading', 'strong', 'emphasis', 'code', 'deletion', 'reference', 'footnoteCall', 'autoLink', 'fencedCode', ], }, ];