Table of Contents

MARKDOWN

TIPS

Generate table of contents …

grep "^#.*" TODO.txt  | sed -e 's|^#*\([^#]*\)#*$|*\1|g'

SOFTWARE

SYNTAX

<markdown>

## html h2 title ##

### html h3 title ###

#### style ####

list title :

* list item 1
* list item 2

_italic_ text

1234

    preformated text

'
preformated text
on several lines
'

url :

<http://rzr.online.fr>


## SYNTAX ##

</markdown>

MISC

MORE

markdown.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki