How to use CSS in Markdown? March 21, 2023 by Tarik you can use html in your mark down as normal. <style> mark{ color:red; } </style> <mark>what is DataBase</mark>