Markdown Skills

Raining today…

Skill 1 - How to apply color for words in Markdown?

Solution

Please refer to https://stackoverflow.com/questions/35465557/how-to-apply-color-in-markdown.

1
Some Markdown text with <span style="color:blue">some *blue* text</span>.

Test

Please refer to the following line in our yesterday’s blog NVidia Jetson Nano - 1. The code is as follows:

1
<span style="color:red">**Now, Jetson Nano is wired connected onto the Internet.**</span>

Skill 2 - Multirow/multicolumn cell in markdown table

Solution

Try: https://github.com/markdown-it/markdown-it/issues/406

Test

Collumns
First Second Third
First 1

Second 2

Second 2

Third 1

Third 2

Third 3

* List 1 element

List 2 elements (1)

List 2 elements (2)

* List 3 elements (1)

List 3 elements (2)

List 3 elements (3)

Skill 3 Embed Jupyter Notebook into Hexo Post