diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:18:37 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:20:26 +0100 |
commit | d0c2f1b44d926096beeea0469019eade4d1fb5a2 (patch) | |
tree | 3fbc0f644cf970a86de8f526c0bfde24ffc518d3 /doc/bugs | |
parent | 8903776a0938c0bec03b864b1aa63672ed096298 (diff) | |
download | ikiwiki-d0c2f1b44d926096beeea0469019eade4d1fb5a2.tar ikiwiki-d0c2f1b44d926096beeea0469019eade4d1fb5a2.tar.gz |
Bug in the txt plugin.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn b/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn new file mode 100644 index 000000000..07fce5002 --- /dev/null +++ b/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn @@ -0,0 +1,17 @@ +When applying my usual copyright and licensing header to a [[plugins/txt]] +page, garbled output is created. + +Here is the header: + + \[[meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2008 Free + Software Foundation, Inc."]] + + \[[meta license="""\[[toggle id="license" text="GFDL 1.2+"]]\[[toggleable + id="license" text="Permission is granted to copy, distribute and/or modify + this document under the terms of the GNU Free Documentation License, + Version 1.2 or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled + \[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +--[[tschwinge]] |