Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we add logic to hide/show the underline of headings using # and ## ? #109

Closed
ngminhkhoa opened this issue Jul 16, 2024 · 1 comment
Closed

Comments

@ngminhkhoa
Copy link

I think we can use something like border-bottom: 0.
Is it possible? Currently, they look quite ugly in some cases.

val markdownContent = """
          # Title 
          ## Title
          ### Title
          <h2 style="text-decoration: none, color: red">Title</h2>
	      * [Link](https://example.com)  
	      ![Image](https://example.com/img.png)  
	      <a href="https://www.google.com/">Google</a> 
"""

image

Thanks!

@jeziellago
Copy link
Owner

Hi @ngminhkhoa
I'm going to release a new version where by default there is no heading break line, but the lib give you an option to set a color to show it.

jeziellago added a commit that referenced this issue Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants