This is just a simple note to self. To be used as a quick reference when I am writing some content in markdown.
Put a pound/hash/octothorpe #
symbol then space before you start writing the header text. Mind you, this should be on a new line and NOT in the middle, somewhere in between the text.
There are six heading magnitudes. One Octothorpe is for the largest header and Six Octothorpes for the smallest header.
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Will result into =>
__some text__
=> some textTake your time and go through the documentation on Github at https://github.com/jekyll/minima.