Markdown Cheat Sheet for easy reference

in #alldutchenglish6 years ago (edited)

Markdown Cheat Sheet for easy reference


NameMarkdown codeHTML codeResult
Italic*text* or _text_<i>text</i>text
Bold**text** or __text__<b>text</b>text
Italic+Bold__*text*__ or **_text_**<i><b>text</b></i>text
Strikethrough~~text~~<strike>text</strike>text
Superscriptnot available10 m<sup>2</sup>10 m2
Subscriptnot availableCO<sub>2</sub>CO2
H1# text<h1>text</h1>

text

H2## text<h2>text</h2>

text

H3### text<h3>text</h3>

text

H4#### text<h4>text</h4>

text

H5##### text<h5>text</h5>
text
H6###### text<h6>text</h6>
text
Centernot available<center>text</center>doesn't work in table
Quotenot available<q>text</q>text
Blockquote>text<blockquote>text</blockquote>
text
Code
`text`
<code>text</code>text
Multiple Line Code```text```<code>text</code>text
Image left
(text next to it)
not available<div class="pull-left">Image here</div>Text will be displayed next to imagedoesn't work in table
Image right (text next to it)not available<div class="pull-right">Image here</div>Text will be displayed next to imagedoesn't work in table
Text justifynot available<div class="text-justify">Text here</div>Text will look like a magazinedoesn't work in table
line***<hr>doesn't work in table

Some Examples

Center Text

<center>Text is centered</center>

Text is centered

Image left

<div class="pull-left">Image here</div>Text will be displayed next to image

Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image.

Image right

<div class="pull-right">Image here</div>Text will be displayed next to image

Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image. Text will be displayed next to image.

Text left and right

The above used method can be used with just text as well. The <BR><BR> is added to make the right aligned text stand out more.
<div class="pull-right">Some text that will be displayed at the right side of the screen, with other text floating around it.<BR><BR></div>Text will be displayed next to text.

Some text that will be displayed at the right side of the screen, with other text floating around it.

Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text. Text will be displayed next to text.

Text justify

Text filled out from left to right margin, like it is done in a magazine.
This only works in combination with <div class="pull-left"></div> or <div class="pull-right"></div>

<div class="pull-left"><div class="text-justify">Text will look like a magazine. </div></div>Text will be inserted after (next to) the justified text

Text will look like a magazine. Text will look like a magazine. Text will look like a magazine. Text will look like a magazine. Text will look like a magazine. Text will look like a magazine. Text will look like a magazine. Text will look like a magazine.

Text will be inserted after (next to) the justified text






Table 1

Name | Address | City
-|-|-
Jones | Street 123 | Hometown
Smith | Lane 345 | Somewhere

NameAddressCity
JonesStreet 123Hometown
SmithLane 345Somewhere

Table 2

Name | Address | City | Fee
-|-|-:
Jones | Street 123 | Hometown | 1.23
Smith | Lane 345 | Somewhere | 13.67

NameAddressCityFee
JonesStreet 123Hometown1.23
SmithLane 345Somewhere13.67

(right column is right aligned due to : )

Coin Marketplace

STEEM 0.18
TRX 0.13
JST 0.028
BTC 57340.70
ETH 3072.28
USDT 1.00
SBD 2.37