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.

Table placed after code block does not parsed

See original GitHub issue

Hello!

If you use something like this:

`test test test`

|  1 |  2 |  3 |
|----|----|----|
|  1 |  2 |  3 |

You will find that table didn’t parse. And you need to place a header element between code block and table to fix table.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
vschcommented, May 27, 2017

@fromgate, you are welcome.

0reactions
fromgatecommented, May 27, 2017

No, it was my fault. I use hidden comments to generate menu and sidebar. After downloading markdown I remove that comments, but empty line between paragraph and table were remove too 😦

So now it works as expected: http://ratest.fromgate.me/actions/block_set/

Thank you for help 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does a code block not work inside a table? - Stack Overflow
I try to put some source code into a table using asciidoc. For whatever reason, I do not manage to put it well...
Read more >
Creating and highlighting code blocks - GitHub Docs
Share samples of code with fenced code blocks and enabling syntax highlighting.
Read more >
How to add a code block to an expand element within a table ...
When I add an expand element on a blank page it's working fine. When I add a code block to the expand element...
Read more >
Markdown Syntax | Hub - JetBrains
The contents of the code block are literal text and are not parsed as Markdown. Any non-blank line with fewer than four leading...
Read more >
1 Code::Blocks Project Management
Placed in the very last position of the command line, this may be used to redirect standard output to log file. This is...
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