Markdown
Markdown
Extension
On VSCode Use Markdown Lint for linting purposes. Also Markdown All in One for everything else Markdown stuff.
Note: After manually fixing most of the linting stuff on my old cheat sheets and project README files. I thought I need to check for any way of just format on save type of option fixing the markdown lint suggestions like how prettier or beautify plugin works with eslint or tslint on vscode. To my surprise if we press command palette of vscode "Fix supported markdown lint violations in the document" Option does what I just described. But "Format Document" in the right context menu of vscode when .md file is open after installing those markdown plugins doesn't work as doing actual formatting.
Images Align
To align images in markdown you could use html syntax as some markdown processors can process HTML / CSS
Screenshots
Breaks
---
See the above line break diff.
BlockQuote
this is the syntax for blockquote in Markdown.
> In example
https://www.w3schools.io/file/markdown-blockquotes/
Emphasis
Emphasis is important in certain scenarios!
**It is Bold text**
__It is Bold text__
Style
Save the Planet 🌏<span style="color:green;font-weight:700;font-size:20px">
markdown color font styles
</span>
Mind Map
Read about yaml