If the table contains inline-coded `|`, it will be broken
See original GitHub issueIf 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
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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
The displayed result matches how GH does it btw, try pasting it here:
@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 thatmark.js
will support the notation I am expecting, so I wait until then…😣