* Heading level 1 ** Heading level 2 *** Heading level 3 Paragraphs get created only after an empty line. This will be a new paragraph. * List syntax is the same as Markdown - List 1 - List 2 asdf (*!bug!* non-list breaker text should not be needed. Two empty lines should end a list.) 1. Ordered 2. Ordered *!bug!* No white-space following an ordered list. * Inline Code =code= == =code= == == abc = def == * Bold *bold* *bold * asdf* - Press =Ctrl+B= to toggle bold. *!bug!* Empty newline is required after a list to break off from the list -- That should not be needed. *!bug!* The below empty newline is required for the following heading to start anew -- That should not be needed. * Italics /italics / adsf/ - Press =Ctrl+I= to toggle italics. * Horizontal rule Above the horizontal rule ----- Below the horizontal rule * Source blocks #+BEGIN_SRC emacs-lisp (message "foo") #+END_SRC