mkdocs-bibtex icon indicating copy to clipboard operation
mkdocs-bibtex copied to clipboard

Escaping the @ symbol

Open yinchi opened this issue 8 months ago • 0 comments

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].

yinchi avatar Apr 19 '25 18:04 yinchi