question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bloiscommented, May 28, 2020

Ok, yes- when my zoom is <100% then I’m seeing that the 1px lines occasionally disappear. The fix should be available shortly.

0reactions
Danc2050commented, Jun 2, 2020

>=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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found