Add support of render citations and generate bibliography via citeproc.js? #1054
Open
Description
Is your feature request related to a problem? Please describe.
When inserting the citation, it cannot be rendered. Like in LaTeX, \cite{123}
can be rendered as John and Wick (2023)
and generate a reference list.
Describe the solution you'd like
Can the citeproc
be introduced to render the citation in preview?
Describe alternatives you've considered
I tried to use the pandoc
to render the markdown file, however, the performance is not good.