The following text has been revised according to your instructions:
Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
Lists
There are several features of Markdown which are useful:
- Headers
- Emphasis
- Lists
- Links
- Images
- Code and Syntax Highlighting
- Tables
- Blockquotes
- Inline HTML
- Horizontal Rule
All these features allow users to express their ideas clearly and format text in a way that is visually appealing.
Tables
You can create tables by assembling a list of words and dividing them with hyphens – (for the first row), and then separating each column with a pipe |:
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |