diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-06-20 23:12:14 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-06-20 23:12:14 -0600 |
| commit | 0f464514368b1e2d8cb865bef3413ba8a0b46e45 (patch) | |
| tree | 5b8848efb69223ab68f9bbbf73ff59063183af44 /examples | |
| parent | 50fd79b34b9ff3d140cbac19602af0a91f470817 (diff) | |
use CodeRay as syntax highlighter in examples
- callout numbers are now supported when using CodeRay, so
no need to recommend Pygments (which is harder to install)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/chronicles.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/chronicles.adoc b/examples/chronicles.adoc index d90801ff..0c8a2ae9 100644 --- a/examples/chronicles.adoc +++ b/examples/chronicles.adoc @@ -17,7 +17,8 @@ power. ifdef::backend-pdf[] :pagenums: :pygments-style: tango -:source-highlighter: pygments +//:source-highlighter: pygments +:source-highlighter: coderay endif::[] // URIs: :wolper-uri: http://en.wikipedia.org/wiki/Wolpertinger |
