Formatting your articles
Here is a cheat sheet for formatting in use on this web-site.
(Not yet finished)
| Description | You type | You get |
|---|---|---|
| applies everywhere | ||
| Italic text | *italic* | italic |
| Bold text | **bold** | bold |
| applies in the beginning of the line | ||
| Headings of different sizes |
# Level 1 (do not use - Article Title) ## Level 2 ### Level 3 #### Level 4 |
Level 1Level 2Level 3Level 4 |
| Paragraphs | Separate paragraphs by empty line |
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec sit amet lacus. |
| Line breaks | Break lines as usual. Do not add line break in the form if new line is not desired | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec sit amet lacus. |
| Block quote | Add > sign before paragraph to indent and enclose it as a quote. > This is a block quote. |
|
| Bullet list | * one * two Indent next paragraph with 4 spaces to continue bulleted item. * three |
|
| Numbered list | 1. one 2. two Indent next paragraph with 4 spaces to continue numbered item. 3. three |
|
| Definition list | Yoga : see Sutra Indent next paragraph with 4 spaces to continue term definition. Sutra : see Yoga |
|
| Preformated text | Indent paragraph with 4 spaces. |
|
| Horizontal rule | 3 asterisk or dashes in empty line *** |
|
See also:
Markdown Syntax
Markdown Extra Syntax
- 362 reads