|
1 |
| -# SyntaxHighlighter4 DokuWiki Plugin [](https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases/download/20160619/syntaxhighlighter4.zip) [](https://www.paypal.me/crazyws) |
| 1 | +[](https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases) |
| 2 | +[](https://www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter4) |
| 3 | +[](https://styleci.io/repos/61027126) |
| 4 | +[](https://www.paypal.me/crazyws) |
| 5 | + |
| 6 | +# SyntaxHighlighter4 DokuWiki Plugin |
2 | 7 |
|
3 | 8 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
4 | 9 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
@@ -54,11 +59,11 @@ The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatc
|
54 | 59 | ### Defaults
|
55 | 60 |
|
56 | 61 | [Syntaxhighlighter default options](https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Configuration#options) can be overrided via the [Config Manager](https://www.dokuwiki.org/plugin:config) :
|
57 |
| -* **autoLinks**: Allows you to turn detection of links in the highlighted element on and off. If the option is turned off, URLs won’t be clickable `(default on)` |
| 62 | +* **autoLinks**: Allows you to turn detection of links in the highlighted element on and off. If the option is turned off, URLs won’t be clickable `(default true)` |
58 | 63 | * **firstLine**: Allows you to change the first (starting) line number `(default 1)`
|
59 |
| -* **gutter**: Allows you to turn gutter with line numbers on and off `(default on)` |
60 |
| -* **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development. Setting this value to true requires that you have shBrushXml.js loaded and that the brush you are using supports this feature `(default off)` |
61 |
| -* **smartTabs**: Allows you to turn smart tabs feature on and off `(default on)` |
| 64 | +* **gutter**: Allows you to turn gutter with line numbers `(default true)` |
| 65 | +* **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development. Setting this value to true requires that you have shBrushXml.js loaded and that the brush you are using supports this feature `(default false)` |
| 66 | +* **smartTabs**: Allows you to turn smart tabs feature on and off `(default true)` |
62 | 67 | * **tabSize**: Allows you to adjust tab size `(default 4)`
|
63 | 68 |
|
64 | 69 | ## Example
|
|
0 commit comments