Header Tags Using Markdown Removes Underlines from Forms
See original GitHub issue- Describe the current behavior:
When using markdown syntax in a code cell and any header tags (e.g.,
<h1>
) inside of that syntax, some underlines below a forms input/selection section disappears. - Describe the expected behavior: Valid markdown syntax should not affect a form’s underline.
- The web browser you are using (Chrome, Firefox, Safari, etc.): Brave
- Link to self-contained notebook that reproduces this issue (click the Share button, then Get Shareable Link): https://colab.research.google.com/drive/1W9wAGf9uASXwYearrr1I3Vifd8Z15RAk?usp=sharing
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Basic Syntax - Markdown Guide
Headings. To create a heading, add number signs ( # ) in front of a word or phrase. The number of number signs...
Read more >Get underlined text with Markdown - Stack Overflow
Just use the HTML <u> tag (recommended) or the <ins> tag inside your markdown for this. ... The HTML tag <ins> is the...
Read more >Markdown Syntax Documentation - Daring Fireball
A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
Read more >Markdown: Guide for the simple markup language - IONOS
Text can't be underlined in Markdown. Although this is possible using the '<u>' tags in HTML, it's usually inadvisable to do so.
Read more >Markdown Guide: Basics, Tips and Tricks on how to use ... - iA
When you do want to insert a <br /> break tag using Markdown, you end a line with two or more spaces, then...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, yes- when my zoom is <100% then I’m seeing that the 1px lines occasionally disappear. The fix should be available shortly.
>=80%
works without a hiccup, while<80%
is where an underline(s) are lost (on Brave at least), but it is much improved. Thank you.