diff -r 4883b31e9277 -r a48722ae24fa WikiSyntax.wiki --- a/WikiSyntax.wiki Fri Jul 13 04:42:32 2018 +0100 +++ b/WikiSyntax.wiki Fri Jul 13 04:48:06 2018 +0100 @@ -74,7 +74,7 @@ return fib(n-1) + fib(n-2) }}} -For more control over the syntax higlighting, the `` tag allows you to specify a file extension: +The `` tag allows you to specify a file extension (note: syntax highlighting is not implemented yet): {{{ @@ -82,7 +82,7 @@ }}} -To disable highlighting entirely, use the `
` tag.
+The `
` tag is like the code tag, but will never use syntax highlighting.
 
 == Headings ==
 
@@ -318,7 +318,7 @@
 btitle dir lang
 brtitle dir lang
 blockquotetitle dir lang
-codetitle dir lang language `[1]`      
+codetitle dir lang      
 ddtitle dir lang
 divtitle dir lang
 dltitle dir lang      
@@ -354,8 +354,6 @@
 vartitle dir lang      
 
 
-`[1]` The language attribute of the code tag is the file extension of the language used in the code block. It is used as a hint for the syntax highlighter.
-
 == Escaping HTML Tags ==
 
 When you want to display html tags directly on your wiki page (as opposed to rendered), you will need to escape each HTML tag.