|
{source-highlighter$highlight:}
# # AsciiDoc source code highlight filter configuration file. # # Documented in source-hightlight-filter.txt in AsciiDoc distribution # ./examples/website/ directory. # # HTML outputs require GNU source-highlight (xhtml11, html4 outputs) # http://www.gnu.org/software/src-highlite/source-highlight.html # # or Pygments (xhtml11 outputs): # http://pygments.org/ # # GNU source-hightlight is default, define the 'pygments' attribute to use # Pygments. # ######################## # Source block templates ######################## [source-highlight-block] template::[listingblock] ifdef::basebackend-html[] [source-highlight-block]
{title}
{source-highlighter$highlight:}
|