BASIC | |||||||||
---|---|---|---|---|---|---|---|---|---|
= Title level 1 = == Title level 2 == === Title level 3 ===
|
Title level 1Title level 2Title level 3
| ||||||||
+ Numbered Title level 1 + ++ Numbered Title level 2 ++ +++ Numbered Title level 3 +++
|
1. Numbered Title level 11.1. Numbered Title level 21.1.1. Numbered Title level 3
| ||||||||
A paragraph is made by one or more lines. A blank line separates them.
|
A paragraph is made by one or
more lines.
A blank line separates them. | ||||||||
% start a line with a percent sign, % and it will be ignored useful for TODOs!
| a percent sign, useful for TODOs! | ||||||||
For beautifiers we have **bold** and //italic//. There is also __underline__ and ``monospaced``.
|
For beautifiers we have bold
and italic.
There is also underline and
| ||||||||
LISTS | |||||||||
- This is a list of items - Just use hyphens - More indent opens a sublist Two blank lines closes the lists.
|
Two blank lines closes the lists. | ||||||||
+ Change the hyphen by a plus + And you have a numbered list + Same rules apply + + An empty item closes the current list.
|
An empty item closes the current list. | ||||||||
: Definition list A list with terms : Start term with colon And its definition follows :
|
| ||||||||
AREAS | |||||||||
A quoted paragraph is prefixed by a TAB. More TABs, more deep. No TAB or blank line, closes quote.
|
A quoted paragraph is prefixed by a TAB.More TABs, more deep. No TAB or blank line, closes quote. | ||||||||
``` A verbatim area is enclosed inside three backquotes. **Marks** are not interpreted and spacing is preserved. ```
|
A verbatim area is enclosed inside three backquotes. **Marks** are not interpreted and spacing is preserved.
| ||||||||
Verbatim line is nice for commands: ``` $ cat /etc/passwd | tr : , Just prefix it with 3 backquotes.
|
Verbatim line is nice for commands:
$ cat /etc/passwd | tr : , Just prefix it with 3 backquotes. | ||||||||
""" A raw area is enclosed inside three doublequotes. **Marks** are not interpreted and spacing is not preserved. """
| A raw area is enclosed inside three doublequotes. **Marks** are not interpreted and spacing is not preserved. | ||||||||
""" There is a **raw** line also.
| There is a **raw** line also. | ||||||||
OTHER | |||||||||
|| Table Heading | Table Heading | | Table | Lines | | with cell | align | | that | is nice! |
|
| ||||||||
[t2t.png] Left aligned image Center [t2t.png] aligned Right aligned [t2t.png]
|
![]()
Center
Right aligned | ||||||||
A link is recognized@automaticaly.see? A [named link www.myurl.com] is easy. An image [[t2t.png] as-a-link.html].
|
A link is recognized@automaticaly.see?
A named link is easy. | ||||||||
A separator line: -------------------- And a stronger one: ==================== (At least 20 chars)
|
A separator line:
And a stronger one: (At least 20 chars) |