Markdown CheatSheet @ Coding:
Building a Docs Website that requries .md files? Well here is a cheat sheet:
Bold:
To make your text BOLD simply add 2 astrixs before and after.
Italic:
To make your text italic simply add 1 astrix before and after.
Bullet Points:
To do bullet points in .md files. Simply do - at the start of the line.
Blockquote:
To do blockquote in .md files. Simply do > at the start of the line.
Link:
To link something in .md files do: [Text](link with https://)
Code:
To code in .md files. Do ` before and after.
`.
Headings:
To add a heading simply add a hashtag before the heading.
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:
Tables:
To add a image to your .md files. Simply do:
Footnotes:
To add footnotes to your .md files. Simply do:
Subscript & Superscript:
To add Subscript to your .md files. Simply do:
To add superscipt to your .md files. Simply do:
Highlight:
To highlight text in your .md files. Simply add two equal sings before and after.
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