Skip to content

Commit 68557d2

Browse files
committed
enable raw html
1 parent f34f538 commit 68557d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/commands/rest2html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ from docutils.writers.html4css1 import Writer, HTMLTranslator
5252
SETTINGS = {
5353
'cloak_email_addresses': False,
5454
'file_insertion_enabled': False,
55-
'raw_enabled': False,
55+
'raw_enabled': True,
5656
'strip_comments': True,
5757
'doctitle_xform': True,
5858
'sectsubtitle_xform': True,

0 commit comments

Comments
 (0)