博文

目前显示的是 2017的博文

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. ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png) Also you can add an local image by setting the link with the image's relative path. ![Image of Github Markdown](./learn _ markdown/github _ markdown.jpg)   HTML < p align = " center " > ...