mdx-paper
mdx-paper copied to clipboard
Parse Pandoc-style citations from Markdown
- Add a remark plugin that converts
[@foo]to<Cite>markup. - Extend the plugin to support prefix, locator, suffix, etc for each citation.
https://pandoc.org/MANUAL.html#citations
https://github.com/jgm/pandoc-citeproc/blob/master/man/pandoc-citeproc.1.md
https://github.com/benrbray/remark-cite might be useful