correct the bbcode documentation for syntax highlighted code blocks now that this is provided by a plugin.
This commit is contained in:
parent
80c65ea8f3
commit
5235a72bca
@ -61,8 +61,10 @@ text</code></td><td>
|
||||
</table>
|
||||
|
||||
<h3>Code blocks</h3>
|
||||
Code can be rendered generically in a block or inline format (depending on if there are new line characters in the text), or you can specify a supported language for enhanced syntax highlighting. Supported languages include <strong>php, css, mysql, sql, abap, diff, html, perl, ruby, vbscript, avrc, dtd, java, xml, cpp, python, javascript, js, json, sh </strong>.
|
||||
Code can be rendered generically in a block or inline format (depending on if there are new line characters in the text), or you can specify a supported language for enhanced syntax highlighting. Syntax highlighting requires a suitable rendering plugin such as <strong>hilite</strong>. Supported languages with the hilite plugin include <strong>php, css, mysql, sql, abap, diff, html, perl, ruby, vbscript, avrc, dtd, java, xml, cpp, python, javascript, js, json, sh </strong>.
|
||||
<br><br>
|
||||
If a rendering plugin is not installed or an unsupported language is specified, the output for syntax highlighted code blocks is the same as the block format code tag.
|
||||
<br><br>
|
||||
<table class="table table-responsive table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user