1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
! header
!! header level two
!!! header level 3
!!!! header _level_ four
!!!!! header level 5
!!!!!! header level 6
!!!!!!! not a header
--++ not a header
! emph and strong
''emph'' __strong__
''__strong and emph 1__''
__''strong and emph 2''__
__''emph inside'' strong__
__strong with ''emph''__
''__strong inside__ emph''
! other inlines
===underlined text===
--strikeout--
! horizontal rule
top
----
bottom
----
! nop
~np~__not emph__~/np~
! entities
hi & low
hi & low
Gödel
̉પ
! linebreaks
hi%%%there
hi%%%
there
! inline code
-+*→*+- -+typed+- -+>>=+-
! code blocks
{CODE()}
case xs of
(_:_) -> reverse xs
[] -> ['*']
{CODE}
{CODE(colors="haskell" ln=0)}
case xs of
(_:_) -> reverse xs
[] -> ['*']
{CODE}
! external links
[http://google.com|''Google'' search engine]
[http://pandoc.org]
[http://google.com] [http://yahoo.com]
[mailto:info@example.org|email me]
http://google.com
info@example.org
! lists
* Start each line
* with an asterisk (*).
** More asterisks gives deeper
*** and deeper levels.
* Line breaks%%%don't break levels.
* Continuations
+ are also possible
** and do not break the list flow
* Level one
Any other start ends the list.
# Start each line
# with a number (1.).
## More number signs gives deeper
### and deeper
### levels.
# Line breaks%%%don't break levels.
# Blank lines
# end the list and start another.
Any other start also
ends the list.
;item 1: definition 1
;item 2: definition 2-1
+ definition 2-2
;item ''3'': definition ''3''
# one
# two
** two point one
** two point two
# three
# four
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
! tables
||Orange|Apple
Bread|Pie
Butter|Ice cream||
||Orange|Apple
Bread|Pie
__Butter__|Ice cream||
||Orange|Apple
Bread%%%%%%and cheese|Pie%%%%%%__apple__ and ''carrot'' ||
|| Orange | Apple | more
Bread | Pie | more
Butter | Ice cream | and more ||
|