iamcco / iamcco/markdown-preview.nvim
Render inline citations
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Render inline BibLaTeX citations from the file specified in `bibliography` in the front matter.
Seems like there is already a markdown-it [plugin](https://www.npmjs.com/package/@arothuis/markdown-it-biblatex) for this
**Expected behavior**
```markdown
---
bibliography: references.bib
---
Lorem ipsum dolor sit amet. [@Doe2023]
```
---
Lorem ipsum dolor sit amet. (Doe, 2023)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.