diff --git a/pelican/tests/content/article_using_pygments_source_highlighter.asc b/pelican/tests/content/article_using_pygments_source_highlighter.asc new file mode 100644 index 00000000..b680310c --- /dev/null +++ b/pelican/tests/content/article_using_pygments_source_highlighter.asc @@ -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.") +----