VSCode Update in linux
sudo apt-get update
sudo apt-get install code
Done !
markdown color highlight
basic yellow highlight
<mark>Marked text</mark>
Custom color
<span style="background-color: #FFFF00">Marked text</span>
ref: https://stackoverflow.com/questions/25104738/text-highlight-in-markdown
Leave a comment