diff options
-rw-r--r-- | doc/plugins/contrib/bibtex.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/plugins/contrib/bibtex.mdwn b/doc/plugins/contrib/bibtex.mdwn index 33770377d..9b2474982 100644 --- a/doc/plugins/contrib/bibtex.mdwn +++ b/doc/plugins/contrib/bibtex.mdwn @@ -32,11 +32,12 @@ format (authors (year): journal. volume (number), pages.). [[!bibtex file="mybib.bib" key="key1" format="citation"]] -Combine with toggle-plugin to optionally display the raw bibtex +Combine with toggle-plugin to optionally display the raw bibtex +(the extra \ in the toggle-directive is because it is expanded if it is not there) - [[!bibtex key="Ihrke2011"]] [[!toggle id="bibtexentry" text="(entry)"]] - [[!toggleable id="bibtexentry" text=""" + [[!bibtex key="Ihrke2011"]] [\[!toggle id="bibtexentry" text="(entry)"]] + [\[!toggleable id="bibtexentry" text=""" [[!bibtex key="Ihrke2011" format="raw"]] - [[!toggle id="bibtexentry" text="(hide)"]] + [\[!toggle id="bibtexentry" text="(hide)"]] """]] |