Notacja: | Markdown | reStructuredText Primer | AsciiDoc |
---|---|---|---|
Dane podstawowe | |||
Tworca | John Gruber i Aaron Swartz | David_Goodger | Stuart Rackham |
Data wydania | 2004 | 2001 | 2002 |
LOGO: |
![]() |
NONE | NONE |
Strona www | Strona | Strona | Strona |
Licencja | Proprietary lub GPL | Public Domain | GNU GPL, MIT |
Pozostale | |||
Italiki | _text_ lub *text* | _text_ | *text* |
Bold | **tekst** lub __tekst__ | **tekst** | **tekst** |
Monospace |
`tekst` | ``tekst`` | +tekst+ lub `tekst` |
~~tekst~~ | no directive | no directive | |
SUPER2 | superscript<sup>2</sup> Tak naprawde to HTML! MD jest super ! |
------- | superscript^2^ |
Cytat | >Daj, ać ja pobruszę, a ty poczywaj! | :: Daj, ać ja pobruszę, a ty poczywaj! | [quote, cite author, cite source] ____ Daj, ać ja pobruszę, a ty poczywaj! ____ |
Listy | * Lista * sublista Można użyć też \+ lub \- |
- Lista - sublista Można użyć też \* lub \+ |
* lista ** sublista |
Sekcje | 1: # TXT 2: ## TXT 3: ### TXT 4: #### TXT |
1: =============== Section Title =============== 2: --------------- Section Title --------------- 3: Section Title ============= 4: Section Title ------------- |
1: TXT ------- 2: TXT ~~~~~~~ 3: TXT ^^^^^^^ 4: TXT +++++++ |