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.

If the table contains inline-coded `|`, it will be broken

See original GitHub issue

If the table contains inline-coded |, it will be broken

When creating table containing inline-coded vertical bar, the table is broken.

demo

|                contents                | description       |
| :------------------------------------: | :---------------- |
| If the table contains inline-coded `|` | it will be broken |

Result of displaying

tabel-in-inlineCoeded-verticalBar

This problem occurs in both Remark and Marked compilers. Of course, this problem doesn’t seem to depend on the CSS theme.

Version info.

Microsoft Edge 96.0.1054.62 (64bit)
Markdown Viewer 4.0

Thank you for the very easy-to-use extension!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
wooormcommented, Jan 6, 2022

The displayed result matches how GH does it btw, try pasting it here:

contents description
If the table contains inline-coded ` `
1reaction
Yarakashi-Kikohshicommented, Jan 7, 2022

@wooorm Yes. I found out by looking at issue # 420 of remark.js.

I think it’s important to look similar to GH, but I don’t want `|` to be considered part of the table. It seems that mark.js will support the notation I am expecting, so I wait until then…😣

Read more comments on GitHub >

github_iconTop Results From Across the Web

The vertical bars within backsticks shouldn't be interpreted as ...
This is a bug but you can fix it by escaping the bars. demo. PRs are welcome ... If the table contains inline-coded...
Read more >
saveChanges( ) method - Progress Documentation
This method also causes an offline or online event to fire if it detects that there has been a change in the JSDO...
Read more >
Performance Monitoring, Analysis, and Real-Time ...
methodology to use Event Flow Graphs in the task of visual performance data ... shows a Paraver table with the percentage of time...
Read more >
The Sieve of Atkin - Stack Overflow
The above filters determined by horizontal variable conditions would seem to break our objective of eliminating conditional code in inner loops, but that...
Read more >
DWARF Debugging Information Format Version 5
This document is intended to be usable in online as well as traditional paper forms. Both online and paper forms include page numbers,...
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