5c6d1e27ba
* feat(plugins): add toml support for frontmatter Currently frontmatter is expected to be yaml, with delimiter set to "---". This might not always be the case, for example ox-hugo(a hugo exporter for org-mode files) exports in toml format with the delimiter set to "+++" by default. With this change, the users will be able use frontmatter plugin to support this toml frontmatter format. Example usage: `Plugin.FrontMatter({delims: "+++", language: 'toml'})` - [0] https://ox-hugo.scripter.co/doc/org-meta-data-to-hugo-front-matter/ * fixup! feat(plugins): add toml support for frontmatter |
||
---|---|---|
.. | ||
description.ts | ||
frontmatter.ts | ||
gfm.ts | ||
index.ts | ||
lastmod.ts | ||
latex.ts | ||
links.ts | ||
ofm.ts | ||
syntax.ts | ||
toc.ts |