We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34f538 commit 68557d2Copy full SHA for 68557d2
lib/github/commands/rest2html
@@ -52,7 +52,7 @@ from docutils.writers.html4css1 import Writer, HTMLTranslator
52
SETTINGS = {
53
'cloak_email_addresses': False,
54
'file_insertion_enabled': False,
55
- 'raw_enabled': False,
+ 'raw_enabled': True,
56
'strip_comments': True,
57
'doctitle_xform': True,
58
'sectsubtitle_xform': True,
0 commit comments