-
I tried setting the underline color to Alpha 0! I also tried "text-decoration:none" Please let me know if there is currently a way to do this! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Inject this via Markor "inject" settings option:
you may also use the export -> html plaintext option, where you can see the injected css (shows what markor does predefine) |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, I thought it was underline! |
Beta Was this translation helpful? Give feedback.
-
Is there any way that I want only a specific # (header) as not underlined? I mean I want underline for all # but a specific # will have no underline |
Beta Was this translation helpful? Give feedback.
Inject this via Markor "inject" settings option:
<style>h1,h2,h3,h4 { border-bottom: 0; } </style>
you may also use the export -> html plaintext option, where you can see the injected css (shows what markor does predefine)