From 68557d2756e62cf5a12f4648dcc36dc99169645f Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 18 Jul 2015 10:42:01 +0200 Subject: [PATCH] enable raw html --- lib/github/commands/rest2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github/commands/rest2html b/lib/github/commands/rest2html index 9200b705..6f9ff7c7 100755 --- a/lib/github/commands/rest2html +++ b/lib/github/commands/rest2html @@ -52,7 +52,7 @@ from docutils.writers.html4css1 import Writer, HTMLTranslator SETTINGS = { 'cloak_email_addresses': False, 'file_insertion_enabled': False, - 'raw_enabled': False, + 'raw_enabled': True, 'strip_comments': True, 'doctitle_xform': True, 'sectsubtitle_xform': True,