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 | ||
* List 1 element |