Table placed after code block does not parsed
See original GitHub issueHello!
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:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top 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 >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
@fromgate, you are welcome.
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 😃