Skip to content

How to hide Header Underline in Markdown view? #1386

Answered by gsantner
lexterror asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gsantner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1384 on July 05, 2021 08:16.