Changed lines at line 37
37: ** 2
38: ** 2a
39: ** 2b
40: 1 How to get numbered lists
41: Just put a '1.' (number one followed by a dot) in front:\\
42: \1. like this\\
43: \1. and this\\
44: which looks:
45: 1. like this
46: 1. and this
47: * 2
48: ** 2a
49: ** 2b
50: 1 How to get numbered lists just put a # (## for sublist, ### for sub-sub-list)\\
51: \# like this\\
52: \# and this\\
53: which looks:
54: # like this
55: # and this
56: To get sub list:\\
57: \# Frist\\
58: \#\# First First\\
59: \#\# First Second\\
60: \# Second\\
61: \# Third\\
62: Which looks like:
63: # Frist
64: ## First First
65: ## First Second
66: # Second
67: # Third