hubgit / mdx-paper

React components and webpack configuration for writing an article with MDX
https://www.npmjs.com/package/mdx-paper
MIT License
22 stars 3 forks source link

Parse Pandoc-style citations from Markdown #1

Open hubgit opened 5 years ago

hubgit commented 5 years ago
  1. Add a remark plugin that converts [@foo] to <Cite> markup.
  2. 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

hubgit commented 1 year ago

https://github.com/benrbray/remark-cite might be useful