24 May 19:48
SF.net SVN: docutils:[7436] trunk/sandbox/rst2wiki/docutils/writers/wiki.py
<joshuagraff <at> users.sourceforge.net>
2012-05-24 17:48:15 GMT
2012-05-24 17:48:15 GMT
Revision: 7436
http://docutils.svn.sourceforge.net/docutils/?rev=7436&view=rev
Author: joshuagraff
Date: 2012-05-24 17:48:15 +0000 (Thu, 24 May 2012)
Log Message:
-----------
Added support for escaping linked words. i.e. words which are
automatically linked in a Wiki. The option --escape-linked-words
takes a file of words to be escaped.
Updated Confluence translater to always escape '[]' and '{}' with
exception to literal blocks.
Modified Paths:
--------------
trunk/sandbox/rst2wiki/docutils/writers/wiki.py
Modified: trunk/sandbox/rst2wiki/docutils/writers/wiki.py
===================================================================
--- trunk/sandbox/rst2wiki/docutils/writers/wiki.py 2012-05-12 04:35:29 UTC (rev 7435)
+++ trunk/sandbox/rst2wiki/docutils/writers/wiki.py 2012-05-24 17:48:15 UTC (rev 7436)
@@ -22,6 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import os
+import re
from docutils import nodes, writers, languages
@@ -40,6 +41,8 @@
(Continue reading)
RSS Feed