Follow-up to https://github.com/palukku/jabref/issues/57 MultiMarkDown also supports citations - https://fletcher.github.io/MultiMarkdown-6/syntax/citation.html ``` I[#citekey] => ~\citep{citekey} [#citekey][] => ~\citep{citekey} [foo][#citekey] => ~\citep[foo]{citekey} ``` Meaning `[#{citekey}]`
Follow-up to #57
MultiMarkDown also supports citations - https://fletcher.github.io/MultiMarkdown-6/syntax/citation.html
Meaning
[#{citekey}]