Markdown Tips and Tricks I Used
Markdown is a lightweight markup language with plain text formatting syntax [1] . I prefer using Markdown to write simple blogs. In this blog, I will introduce some useful tips and tricks I learned. Editor Visual Studio Code is my main editor to write Markdown. And the suggested extensions includes markdownlint, markdown+math (mdmath), and markdown preview enhanced. mdmath helps to render Latex math. Markdown preview enhanced provides one useful functionality of HTML export I appreciate most. The following images show how to export the HTML file in visual studio code. Embedding images There are two ways to add an image [3] . Markown Use markdown syntax to add an image.  Also you can add an local image by setting the link with the image's relative path.  HTML < p align = " center " > ...