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.

Bug when rendering tables

See original GitHub issue

The following table isn’t recognized as a table:

|   | ico | emoji | ico | emoji |
| - | --- | ----- | --- | ----- |
| [top](#table-of-contents) | :bowtie: | `:bowtie:`  |  :smile: | `:smile:` |
| [top](#table-of-contents) | :laughing: | `:laughing:`  |  :blush: | `:blush:` |

But this is:

|   | ico | emoji | ico | emoji |
| -- | --- | ----- | --- | ----- |
| [top](#table-of-contents) | :bowtie: | `:bowtie:`  |  :smile: | `:smile:` |
| [top](#table-of-contents) | :laughing: | `:laughing:`  |  :blush: | `:blush:` |

Basically it looks like showdown is expecting multiple hyphens.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fabiospampinatocommented, Mar 18, 2019

Thanks for the detailed explanation, let’s hope GitHub’s implementation becomes less ambiguous and aligns itself more to commonmark’s table syntax then 👍

0reactions
bensquirecommented, Oct 8, 2021

@connorjs

I’m looking how to reconcile that remark (via remark-gfm) and remarkable allow single hyphen tables, but showdown does not (even though source documents both say GFM).

Just hit this very exact scenario myself, did you discover anything?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Markdown bug rendering tables - Github-Gist
Markdown bug rendering tables. ... Section 1: The table in section 1 does NOT render properly; Section 2: The table in section 2...
Read more >
HTML Table Rendering Bug in Latest Microsoft Edge
The left table uses border-collapse: collapse; and repaints weirdly when input values are set and cleared. The right table uses border-collapse: ...
Read more >
Error when rendering table to Excel or PDF - Alteryx Community
Solved: I can assure you, this is not what my table looks like when I use the browse tool - but as soon...
Read more >
[BUG] HTML Table Rendering Bug with border-collapse
There is a border painting bug. The issue can be solved by resizing the browser or by setting any CSS rule that triggers...
Read more >
The Table Plugin is rendering error message despite valid ...
Error rendering macro 'table-plus' : Notify your Confluence administrator that "Bob Swift Software - Table Plugin" requires a valid license.
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