]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/rst.pm
* meta: Support license and copyright information. The information will
[ikiwiki.git] / IkiWiki / Plugin / rst.pm
index 1f4c8bf9e9c0adf6081d9a67fd04c23a32b3975d..30f5d16d819023dec64598844e382b93301337ee 100644 (file)
@@ -30,7 +30,7 @@ from sys import stdin;
 html = publish_string(stdin.read(), writer_name='html', 
        settings_overrides = { 'halt_level': 6, 
                               'file_insertion_enabled': 0,
-                              'raw_enabled': 0 }
+                              'raw_enabled': 1 }
 );
 print html[html.find('<body>')+6:html.find('</body>')].strip();
 ";