diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 20:27:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-23 20:27:18 +0000 |
commit | 8f8959c96ecc69ecc75b5e5c76b52345afce94d8 (patch) | |
tree | 533725049622ec0f76532bc98922677eee9d31bd /doc/plugins/mdwn.mdwn | |
parent | d4ca3b3f50027d0dfd052f77ddcc4290ab0e6a81 (diff) | |
download | ikiwiki-8f8959c96ecc69ecc75b5e5c76b52345afce94d8.tar ikiwiki-8f8959c96ecc69ecc75b5e5c76b52345afce94d8.tar.gz |
no longer need triple quotes
Diffstat (limited to 'doc/plugins/mdwn.mdwn')
-rw-r--r-- | doc/plugins/mdwn.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/mdwn.mdwn b/doc/plugins/mdwn.mdwn index 34c688ce1..c5b69689e 100644 --- a/doc/plugins/mdwn.mdwn +++ b/doc/plugins/mdwn.mdwn @@ -1,4 +1,4 @@ -[[template id=plugin name=mdwn core=1 included=1 author="""[[Joey]]"""]] +[[template id=plugin name=mdwn core=1 included=1 author="[[Joey]]"]] [[tag type/format type/core]] This plugin lets ikwiki convert files with names ending in ".mdwn" to html. |