Markdown text
## Welcome
Rehype plugin to nicely format citations in markdown
documents and insert bibliography in html format.
- Supports standard citations [@Nash1950{pp. iv, vi-xi, (xv)-(xvii)}];
- in-text citations, @Nash1951 [p. 33] says blah;
- and multiple citations [see @Nash1950 pp 12-13; @Nash1951]
The _link-citations_ option can be used to add a link from citations to the references sections.
This applies to numeric and author-date styles only.
Implementation might differ from Pandoc, but if you run into any problems please file an issue.
### Bibliography
Settings
{
"bibliography": "https://raw.githubusercontent.com/timlrx/rehype-citation/main/test/references-data.bib",
"linkCitations": true
}