From 5235a72bcadd42dd2c47b16dccf4d411a1a44cc8 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 30 May 2017 20:13:01 -0700 Subject: correct the bbcode documentation for syntax highlighted code blocks now that this is provided by a plugin. --- doc/member/bbcode.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 blocks

-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 php, css, mysql, sql, abap, diff, html, perl, ruby, vbscript, avrc, dtd, java, xml, cpp, python, javascript, js, json, sh . +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 hilite. Supported languages with the hilite plugin include php, css, mysql, sql, abap, diff, html, perl, ruby, vbscript, avrc, dtd, java, xml, cpp, python, javascript, js, json, sh .

+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. +

-- cgit v1.2.3