iamcco / iamcco/markdown-preview.nvim

Render inline citations

Open
#569 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.