feat: add citations transformer plugin

This commit is contained in:
linozen
2024-03-10 11:12:56 +01:00
parent 3880e58912
commit a3fc2aa40a
2 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export { FrontMatter } from "./frontmatter"
export { GitHubFlavoredMarkdown } from "./gfm"
export { Citations } from "./citations"
export { CreatedModifiedDate } from "./lastmod"
export { Latex } from "./latex"
export { Description } from "./description"