mkdocs-bibtex
mkdocs-bibtex copied to clipboard
Escaping the @ symbol
Is there a way to escape the @ symbol when enable_inline_citations is true? For example, if I want to display the text:
The citation above was generated using the following Markdown:
@mypaper.
It seems a sensible way to do this is to ignore @ if preceded by non-whitespace, i.e. \@do_not_convert or [email protected].