Markdown CheatSheet @ Coding:¶
Building a Docs Website that requires .md files? Well here is a cheat sheet:
Bold:¶
To make your text BOLD simply add 2 asterisks before and after.
| Text Only | |
|---|---|
Italic:¶
To make your text italic simply add 1 asterisk before and after.
| Text Only | |
|---|---|
Bullet Points:¶
To do bullet points in .md files. Simply do - at the start of the line.
| Text Only | |
|---|---|
Blockquote:¶
To do blockquote in .md files. Simply do > at the start of the line.
| Text Only | |
|---|---|
Link:¶
To link something in .md files do: [Text](link with https://)
Code:¶
To code in .md files. Do ` before and after.
| Text Only | |
|---|---|
`.
Headings:¶
To add a heading simply add a hashtag before the heading.
| Text Only | |
|---|---|
You can do sub-titles by adding an extra hashtag.
Horizontal Line:¶
To add a break line oor etc in .md files. Do ---.
Images:¶
To add a image to your .md files. Simply do:
| Text Only | |
|---|---|
Tables:¶
To add a image to your .md files. Simply do:
| Text Only | |
|---|---|
Footnotes:¶
To add footnotes to your .md files. Simply do:
Subscript & Superscript:¶
To add Subscript to your .md files. Simply do:
| Text Only | |
|---|---|
To add superscript to your .md files. Simply do:
| Text Only | |
|---|---|
Highlight:¶
To highlight text in your .md files. Simply add two equal sings before and after.
| Text Only | |
|---|---|
Admonitions:¶
In addition to the basic Markdown syntax. You can have a special admonitions syntax by wrapping text with a set of 3 colons, followed by a label denoting its type.
Note
When contributing to the IndiSpark Documentation. This method does not work. Click Here