Prettier-generated tables are not supported
See original GitHub issueThis code renders fine:
Foo | Bar
-|-
1 | 2
But if you run Prettier, it will generate this code, and it doesn’t work:
| Foo | Bar |
| --- | --- |
| 1 | 2 |
Actually, this still works:
| Foo | Bar |
- | -
| 1 | 2 |
But this doesn’t:
| Foo | Bar |
| - | - |
| 1 | 2 |
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Transact-SQL Constructs Not Supported by In-Memory OLTP
Type Feature Resolution
Feature Cursors
Feature INSERT EXECUTE Remove the reference.
Option PRINT Remove reference
Read more >Visual Studio Code Settings Sync Gist · GitHub
Visual Studio Code Settings Sync Gist. GitHub Gist: instantly share code, notes, and snippets.
Read more >FILEOPEN: Calc sheet showing multiple "adapt Row Height ...
So, if I force sheet to not update row heights--it loads immediately after calculating formula values. A work around, but done by: 1....
Read more >DON'T LET YOUR DISCRIMINATOR BE FOOLED
Table 2: Performance under different experimental setups. 6 CONCLUSION. In this paper, we established a clear connection between robust discriminators in ...
Read more >keyword not supported data source - asp.net mvc
NET connection string - but it's NOT a valid Entity Framework connection ... was a new database table in the EDMX and the...
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 Free
Top 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
I’ll double check this. My guess is the “block markdown” regex needs a tweak. On Thu, Dec 14, 2017 at 7:07 AM Artem Sapegin notifications@github.com wrote:
got it in 9a3994d