aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnptdo_29LsbUxftV55P932hRZccivCtl0 <Matthias@web>2011-11-01 18:18:29 -0400
committeradmin <admin@branchable.com>2011-11-01 18:18:29 -0400
commit7891fdea5cd77322154926873901a790ead4cc86 (patch)
tree61b0d33957bceef5ffa86141be09b1b3e7b0aa7c /doc/plugins
parent647b7ae616f96fc3d1ba3abb9007566de0f6d2fc (diff)
downloadikiwiki-7891fdea5cd77322154926873901a790ead4cc86.tar
ikiwiki-7891fdea5cd77322154926873901a790ead4cc86.tar.gz
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/bibtex.mdwn9
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)"]]
"""]]