Some handy links for basic website development
December 26, 2021
2 min
Markdown is a way of writing rich-text (formatted text) content using plain text formatting syntax. In this post I’ll go through markdown’s syntax that you need to create README.md files of your project in GitHub.
# h1## h2### h3#### h4##### h5
*italics* or _italics_**bold****_boldAndItalic_**
italics bold boldAndItalic
> I do like a Shiba Inus
I do like a Shiba Inus
~~I do like Shiba Inus~~
I do like Shiba Inus
H<sub>2</sub>OSquared<sup>2</sup>
H2O Squared2
| Default | Column 2 | Column 3 | Last Column || ---------- | ---------- | ------------ | ----------- ||Shiba Inu | Shiba Inu | Shiba Inu | Shiba Inu ||Coffee | Coffee | Coffee | Coffee ||Shiba Inu | Shiba Inu | Shiba Inu | Shiba Inu |
Default | Column 2 | Column 3 | Last Column |
---|---|---|---|
Shiba Inu | Shiba Inu | Shiba Inu | Shiba Inu |
Coffee | Coffee | Coffee | Coffee |
Shiba Inu | Shiba Inu | Shiba Inu | Shiba Inu |
[A-wonderful-blog-with-Shiba-Inus][reference text][reference text]: http://5pence.net
A-wonderful-blog-with-Shiba-Inus
You can add images to markdown too, very handy indeed, they are implimented a little bit like links…

Ordered (1, 2, 3) and Unordered lists (-) can be obtained
1. list item one2. list item two
---
Quick Links
Legal Stuff