Pygments source highlighting now works with AsciiDoc. The default backend is now "html5" (if not explicitly set in ASCIIDOC_OPTIONS).
This commit is contained in:
Matt Jesson 2014-04-28 13:46:47 +01:00
commit e3e9e7aa96

View file

@ -0,0 +1,13 @@
Test AsciiDoc Syntax Highlight Test
===================================
:source-highlighter: pygments
Pelican Pygments Test
---------------------
[source,python]
----
# Source highlighter test
for i in range(10):
print("Hello world.")
----