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
|
# test doc
first issue
* bit
* _**bold italic**_
* orange
* apple
* final
text to separate lists
1. now with numbers
2. the prisoner
1. not an _italic number_
2. a **bold human** being
3. end
**bold**
_italic_
def func(x):
if x < 1:
return 'a'
return 'b'
Some `fixed width text` here
_`italic fixed width text`_
2012\. Now that was a good year. So was 2011. That's all.
3.14159 is an approximation of pi.
\+ not + a list item
+foo
\- foo - bar
-foo
not a header
\--
not a hr
\---
\- - -
c:\tmp, \\\server\path, \\_/, foo\bar, #\\#, \\\\#
|