Change default of "syntax highlight" option to "long",
commit1f84f50d0ac04b64d8f7b061199b6e521fef3b3a
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 14 Sep 2012 14:27:12 +0000 (14 14:27 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 14 Sep 2012 14:27:12 +0000 (14 14:27 +0000)
tree2a92b846819b392682e86690a25351bc65617d21
parentfa7f004a62410c9118bc5925b5a95e73a136cf8b
Change default of "syntax highlight" option to "long",
Add basic syntax highlight styles for LaTeX and HTML.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
15 files changed:
HISTORY.txt
docs/ref/rst/directives.txt
docs/user/config.txt
docutils/parsers/rst/__init__.py
docutils/parsers/rst/roles.py
docutils/writers/html4css1/html4css1.css
docutils/writers/latex2e/__init__.py
test/functional/expected/standalone_rst_html4css1.html
test/functional/expected/standalone_rst_latex.tex
test/functional/expected/standalone_rst_pseudoxml.txt
test/functional/expected/standalone_rst_xetex.tex
test/functional/input/data/standard.txt
test/test_parsers/test_rst/test_directives/test_code.py
test/test_parsers/test_rst/test_directives/test_include.py
test/test_parsers/test_rst/test_interpreted.py