The Hatta markup is summarized on this page and elaborated elsewhere.
Sections: Heading, Emphasis, Punctuation, Paragraph, Lists, Preformat, Syntax, Links, Images, Tables, Math,
Markup | Results (simulated) | Comment |
---|---|---|
== Large Heading (h2) | Large Heading (h2) | Rendered big |
=== Medium Heading (h3) | Medium Heading (h3) | Rendered medium |
==== Small Heading (h4) | Small Heading (h4) | Rendered small |
Markup | Results (simulated ?) | Comment |
---|---|---|
##Monospace text## | Monospace text | |
//Italic text// | Italic text | |
**Bold text** | Bold text | Use sparingly |
**//Bold-italic text//** | Bold-italic text | |
//**Italic-bold text**// | Italic-bold text | Same as previous |
{{{Monospace no-wiki}}} | Monospace no-wiki | Inline mono, no format |
---- | ___________________ | Horizontal line |
Markup | Results | Comment |
---|---|---|
Go...home | Go…home | &nellip; |
Go--home | Go–home | – |
Go---home | Go–-home | — |
Go----home | Go–--home | |
Go~home | Go home | |
Go\~home | Go~home | "~" |
Go~~home | Go∼home | ∼ |
Go(C)home | Go©home | © |
Go-->home | Go→home | → |
Go<--home | Go←home | ← |
Go(R)home | Go®home | ® |
Go(TM)home | Go™home | ™ |
Go%%home | Go‰home | ‰ |
Go``home | Go“home | “ |
Go''home | Go”home | ” |
Go,,home | Go„home | „ |
Markup | Results | Comment |
---|---|---|
Concatenate adjoining! | Concatenate adjoining! | Concatenated and wrap |
Line 1 stuff. line 3 stuff. | Line 1 stuff. line 3 stuff. | Empty line between |
Force\\linebreak | Force linebreak | Forced '\\ ' linebreak |
Markup | Results (simulated) | Comment |
---|---|---|
* First * Second | * First * Second | Unordered list |
Markup | Results (simulated) | Comment |
---|---|---|
{{{#!text Block text preformatted monospace syntax highlight }}} | Block text preformatted monospace syntax highlight | No Wiki formats or links. Syntax selected by optional '#!text', '#!c', '#!Fortran' or ... http://pygments.org/docs/lexers/ |
> Joe: Beer is Best! >> Bob: Wine is refined | | Joe: Beer is Best! || Bob: Wine is refined | Conversation block |
Markup | Results |
---|---|
[[Markup2]] | Markup2 |
[[Markup2|Markup details]] | Markup details |
[[Markup2#emphasis]] | Markup2 |
[[Markup2#emphasis|Markup emphasis]] | Markup emphasis |
[[path/filename.hat]] | path/filename.hat |
[[chapter_1/section_2#par3]] | chapter_1/section_2 |
[[#test]] | #test |
[[#test|On page link]] | On page link |
[[#5|[5] ]] Footnote | [5] Footnote |
http://sheep.art.pl | http://sheep.art.pl |
[[http://sheep.art.pl]] | http://sheep.art.pl |
[[http://sheep.art.pl|Sheep]] | Sheep |
[[Home|{{development.png}}]] | |
MarkupSummary (CamelCase enabled) | MarkupSummary (CamelCase enabled) |
{{#5}} [5] Footnote anchor | [5] Footnote anchor |