Markdown text
## Welcome
The plugin also works with Github formatted footnotes
from remarkgfm and automatically merges user content with citations.[^1]
[^1]: There's no guarantee it works with other footnote formats since
it searches for specific ids and hrefs added by GFM
Here's an example in Chicago fullnote style:
- Supports standard citations[@Nash1950{pp. iv, vi-xi, (xv)-(xvii)}];
- Avoid in-text citations for footnote citations;
- and multiple citations[see @Nash1950 pp 12-13; @Nash1951]
### References
Settings
{
"bibliography": "https://raw.githubusercontent.com/timlrx/rehype-citation/main/test/references-data.bib",
"csl": "https://raw.githubusercontent.com/citation-style-language/styles/master/chicago-fullnote-bibliography.csl"
}