aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-30 20:13:01 -0700
committerzotlabs <mike@macgirvin.com>2017-05-30 20:13:01 -0700
commit8ae97b556e50981f3989d42faa42f21cffa4fc4b (patch)
treee417d52e0bac19580f3f07c25754021892d92396 /doc
parentdfc0d4cf59a9de98bc088c80e75877d9fc9fcab9 (diff)
downloadvolse-hubzilla-8ae97b556e50981f3989d42faa42f21cffa4fc4b.tar.gz
volse-hubzilla-8ae97b556e50981f3989d42faa42f21cffa4fc4b.tar.bz2
volse-hubzilla-8ae97b556e50981f3989d42faa42f21cffa4fc4b.zip
correct the bbcode documentation for syntax highlighted code blocks now that this is provided by a plugin.
Diffstat (limited to 'doc')
-rw-r--r--doc/member/bbcode.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/member/bbcode.html b/doc/member/bbcode.html
index a4bc813d8..098f34768 100644
--- a/doc/member/bbcode.html
+++ b/doc/member/bbcode.html
@@ -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>