mirror of
https://github.com/gryf/jekyll-rst.git
synced 2025-12-19 04:20:21 +01:00
Make css class names short
This commit is contained in:
@@ -21,7 +21,7 @@ The output also conforms to XHTML 1.0 transitional
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import locale # module missing in Jython
|
import locale # module missing in Jython
|
||||||
locale.setlocale(locale.LC_ALL, '')
|
locale.setlocale(locale.LC_ALL, '')
|
||||||
except locale.Error:
|
except locale.Error:
|
||||||
pass
|
pass
|
||||||
@@ -32,4 +32,6 @@ description = (u'Generates HTML 5 documents from standalone '
|
|||||||
u'reStructuredText sources '
|
u'reStructuredText sources '
|
||||||
+ default_description)
|
+ default_description)
|
||||||
|
|
||||||
publish_cmdline(writer_name='html5', description=description)
|
|
||||||
|
publish_cmdline(writer_name='html5', description=description,
|
||||||
|
settings_overrides={'syntax_highlight': 'short'})
|
||||||
|
|||||||
Reference in New Issue
Block a user