Headings
h1. Heading 1
h2. Heading 2
h3. Heading 3
h4. Heading 4
h5. Heading 5
h6. Heading 6
Preformatted Text
Use <pre> </pre>
tag to display preformatted text.
hr { display: block; height: 1px; padding: 0; border: 0; border-top: 1px solid; }
Code
Use <code></code>
tag to display code in your articles.
echo "Hello";