Make a stress on words and keep your thoughts dry
Table of Contents
Individual emphasis
Bold
It's a bold text there
*It's a bold text there*
Italic
Suppose it might be italic
/Suppose it might be italic/
Underlined
_This is underlined sentence._
This is underlined sentence.
Verbatim
=and this is a verbatim sample=
and this is a verbatim sample
Code displaying
this is a specific type
~this is a specific type~
And the final one
how it looks on this page?
+how it looks on this page?+
Group emphasis
Poetry
#+BEGIN_VERSE Great clouds overhead Tiny black birds rise and fall Snow covers Emacs -- AlexSchroeder #+END_VERSE
Great clouds overhead
Tiny black birds rise and fall
Snow covers Emacs
– AlexSchroeder
Quotes
#+BEGIN_QUOTE Everything should be made as simple as possible, but not any simpler -- Albert Einstein #+END_QUOTE
0 Everything should be made as simple as possible, but not any simpler – Albert Einstein
Center
#+BEGIN_CENTER Everything should be made as simple as possible, \\ but not any simpler #+END_CENTER
Everything should be made as simple as possible,
but not any simpler
Tables formatting
The default setting makes tables without cell borders and frame. If you would like to change this for individual tables, place something like the following before the table:
#+CAPTION: This is a table with lines around and between cells #+ATTR_HTML: :border 2 :rules all :frame border
First row | Second row | Third row |
---|---|---|
this | is | a test |
The images inset
#+CAPTION: An image with color samples #+ATTR_HTML: :alt four figures image :title Color test :align right
Some arbitrary text to unveil align
property in html5 attribute.
Seems like it might look nice and pretty without any unnecessary
complications.
Figure 1: An image with color samples
Horizontal line
Composed at least of 5 dashes
------