This is an automated email from the ASF dual-hosted git repository.

digro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-mwiki.git


The following commit(s) were added to refs/heads/main by this push:
     new cdb323c  Added info on usingtag <syntaxhighlight>
cdb323c is described below

commit cdb323c1381c9d7192a0ccf9e39af8438348b20e
Author: DiGro <[email protected]>
AuthorDate: Wed Feb 3 17:02:31 2021 +0100

    Added info on usingtag <syntaxhighlight>
    
    In older versions (before MediaWiki 1.16), the Syntaxhighlight extension 
used the tag <source>.
    This is still supported, but is deprecated.
    <syntaxhighlight> should be used instead.
---
 mwiki/extensions/README-ooo-wiki.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mwiki/extensions/README-ooo-wiki.txt 
b/mwiki/extensions/README-ooo-wiki.txt
index 9f9e656..6c7c14a 100644
--- a/mwiki/extensions/README-ooo-wiki.txt
+++ b/mwiki/extensions/README-ooo-wiki.txt
@@ -6,3 +6,7 @@ Extensions are of four types:
 
 [1] https://www.mediawiki.org/wiki/Special:ExtensionDistributor
 
+== Using tags for syntax coloring: ==
+mwiki uses Syntaxhighlight extension for coloring of source code.
+In older versions (before MediaWiki 1.16), the extension used the tag 
<source>. 
+This is still supported, but is deprecated. <syntaxhighlight> should be used 
instead.

Reply via email to