1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Test rouge.

This commit is contained in:
Markus Birth 2015-02-20 23:04:44 +01:00
parent 64536e42cd
commit 75ae1551ef
2 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,9 @@ markdown: kramdown
#markdown: redcarpet
markdown_ext: markdown,mkdown,mkdn,mkd,md
#permalink: pretty
highlighter: pygments
# using rouge via kramdown
#highlighter: pygments
safe: true
lsi: false
@ -32,3 +34,5 @@ redcarpet:
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge

View File

@ -74,7 +74,7 @@ So first, create a file `static.list` which looks like this (fill in the data of
Then you only need this little Python script (and *[Python](http://www.python.org/)*, of course):
{% highlight python %}
~~~ python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
@ -115,7 +115,7 @@ for entry in entries:
print( "#### landevices > landevices" )
print( landevs )
{% endhighlight %}
~~~
Custom DNS
==========