-
[Markdown]Resizing img in Github Pages
test ![](/files/pjsound.png){:height=36 width=36} ![](/files/pjsound.png | width=36) ![](/files/pjsound.png =36x36) ![](/files/pjsound.png =36x36) get codes Github.
-
[Markdown]01. CheatSheet
Markdown Lesson 1: Markdown Cheat Sheet Markdown Markdown: A plain text format for writing structured documents CheatSheet 1. headings # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 H1 H2 H3 H4 H5 H6 2. emphasis **BOLD** *Italic* ***BOLD and Italic*** BOLD Italic BOLD and Italic 3. list unordered - A - A - A - A A A A A ordered 1. A 1. A 1. A 1. B 1. A...
-
[MAC]How to preview Markdown on VScode
Markdown and Visual Studio Code on Mac Markdown For the GitHub Pages, Using Markdown is easy and important to write a post. And as a developer, Visual Studio Code is one of the most popular programs for programming. So VS Code supports Markdown files out of the box. I followed this official post by VS Code Check this out! p.s short cut is for Mac. If you use not Mac OS but others Step by...