keywords: Web, Markdown Syntax Notes

Fragmented Notes

How to change font color

Markdown has no syntax for adjusting font color, you can add nested HTML, but it’s unsafe.

<font color=red>ABC</font> 
<font color=#0099ff size=7 face="YaHei">DEF</font> 

Or:
You can add little highlighted warnings and notes with just a little HTML embedded in your markdown document:

<aside class="notice">
You must replace meowmeowmeow with your personal API key.
</aside>

Use class="notice" for blue notes, class="warning" for red warnings, and class="success" for green notes.

How to draw checkbox or tick mark

You can use emojis

Done?   | Name
:---:   | ---
⬜️      | Nope
✅      | Yep

Origin:
How to draw checkbox or tick mark in GitHub Markdown table?
https://stackoverflow.com/questions/47344571/how-to-draw-checkbox-or-tick-mark-in-github-markdown-table

Other Check Mark:
https://emojipedia.org/heavy-check-mark/

✔️ Check
☑ Check Box With Check
❌ Cross Mark
➗ Division Sign
❗ Exclamation Mark
➖ Minus Sign
✖ Multiplication Sign
➕ Plus Sign
👌 OK Hand
🔘 Radio Button
🆗 OK Button
✅ Check Mark Button

Example:

[click on this link](#my-multi-word-header)

### My Multi Word Header

Note: just one # for all heading sizes, no space between # and anchor name, anchor tag names must be lowercase, and delimited by dashes if multi-word.

How to link to part of the same document in Markdown?
https://stackoverflow.com/a/16426829/1645289

Remarks

Example code:
> **Warning** This project is still under development

Effect:

Warning This project is still under development

Guide

Wiki

Markdown Syntax
https://github.com/slatedocs/slate/wiki/markdown-syntax


出淤泥而不染,濯清涟而不妖,中通外直,不蔓不枝,香远益清,亭亭净植,可远观,而不可亵玩焉。---周敦颐《爱莲说》