WikiSyntax.wiki
changeset 1461 61fa80daf814
parent 1460 867e9278315d
child 1736 a44311807172
equal deleted inserted replaced
1460:867e9278315d 1461:61fa80daf814
   341 <tr><td> {{{`<hr>`}}}</td><td>`<hr>`</td></tr>
   341 <tr><td> {{{`<hr>`}}}</td><td>`<hr>`</td></tr>
   342 <tr><td> `{{{<hr>}}}`</td><td>{{{<hr>}}}</td></tr>
   342 <tr><td> `{{{<hr>}}}`</td><td>{{{<hr>}}}</td></tr>
   343 </tbody>
   343 </tbody>
   344 </table>
   344 </table>
   345 
   345 
   346 = Comments =
       
   347 
       
   348 The wiki supports embedded comments to help explain the contents of a wiki page. Anything inside the comment block is removed from the rendered page, but is visible when editing or viewing the source for that page.
       
   349 
       
   350 {{{
       
   351 <wiki:comment>
       
   352 This text will be removed from the rendered page.
       
   353 </wiki:comment>
       
   354 }}}
       
   355 
       
   356 <wiki:comment>
       
   357 This text will be removed from the rendered page.
       
   358 </wiki:comment>
       
   359 
       
   360 = Navigation =
   346 = Navigation =
   361 == Table of Contents ==
   347 == Table of Contents ==
   362 
   348 
   363 An inline table of contents can be generated from page headers on a wiki page. Add the following syntax to a page in the location the table of contents should be displayed:
   349 An inline table of contents can be generated from page headers on a wiki page. Add the following syntax to a page in the location the table of contents should be displayed:
   364 
   350