- Posted on
- โข Tips
Markdown Tips
- Author
-
-
- User
- maintainer
- Posts by this author
- Posts by this author
-
Table of Contents:
Some useful links
Here are some useful links and tips around markup:
- Markdown Basic Syntax
- Markdown Extended Syntax
- Markdown Hacks
- How to apply color to text in Markdown
- instead of colors you can use Emoji to point attention to parts of your contentย [๐] [๐] [๐] [๐ข] [๐] [๐] [โค๏ธ] [๐ด] [๐ ] [๐ก] [๐ฅ] [๐ง] [๐จ] [๐ถ]
Some wikipedia articles
Some markdown formatting examples
Found on stackoverflow.com:
# Table of Contents
1. [Example](#example)
2. [Example2](#example2)
3. [Third Example](#example3)
4. [Fourth Example](#example4)
## Example <a name="example1">
Some example text for example 1.
## Example2 <a name="example2">
Some example text for example 2.
## Third Example <a name="example3">
Some example text for example 3.
## [Fourth Example](http://www.fourthexample.com) <a name="example4">
Some example text for example 4.