diff options
author | https://www.google.com/accounts/o8/id?id=AItOawn46FqvVCgiNqPzeLTvAgSgLn7NfsaDzms <Riccardo@web> | 2014-05-12 09:55:31 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-12 09:55:31 -0400 |
commit | 84a9369a0e2e0d21bb0f684b54cdb7fd0b442886 (patch) | |
tree | e57396c2772cc7777b2cd47f9cb4ff4acee84840 | |
parent | 236215633ae2feddfd6f9799692df89c1a0d715b (diff) | |
download | ikiwiki-84a9369a0e2e0d21bb0f684b54cdb7fd0b442886.tar ikiwiki-84a9369a0e2e0d21bb0f684b54cdb7fd0b442886.tar.gz |
-rw-r--r-- | doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__/discussion.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__/discussion.mdwn b/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__/discussion.mdwn new file mode 100644 index 000000000..9374112b7 --- /dev/null +++ b/doc/plugins/contrib/default_content_for___42__copyright__42___and___42__license__42__/discussion.mdwn @@ -0,0 +1,7 @@ +These plugins do not to work well with reStructuredText pages (and +possibly others). + +The issue seems to be that the copyright/licence HTML text is injected +into the page text before the page is converted to HTML. So, parsers +like reStructuredText which do not allow intermixing their native +format with HTML, will complain. |