You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an old feature request for this in the preview-enhanced repo. And one of the developers has suggested a roadmap to add the functionality. I have just started at uni, so I don't have the skills to submit a PR, sorry.
Open the generated PDF, which should contain a nicely-formatted table, and a caption above it.
If the above works, in VSCode's MPE extension settings, enter Pandoc Path (in my case, pandoc).
Check (enable) the option Use Pandoc Parser
Copy the test file to your VSCode project, open it, preview using MPE. It should look essentially like the PDF you generated via the command line.
: Pandoc-only `grid_tables` extension works with *MPE*
+------------+--------------------------------+
| Name | Description |
+============+================================+
| Betsy | Excellent coding skills, very |
| | hard worker, deserves a bonus. |
| | Has management potential. |
+------------+--------------------------------+
| Johnny | Always late to work. His code |
| | is OK, but he works slowly. |
+------------+--------------------------------+
Hi, thanks for this and for preview enhanced.
This is my feature request to support Pandoc's grid tables. Here's a sample:
There's an old feature request for this in the preview-enhanced repo. And one of the developers has suggested a roadmap to add the functionality. I have just started at uni, so I don't have the skills to submit a PR, sorry.
But I did find a markdown-it plug-in that adds the support.
Maybe someone more knowledgeable than me can add it in? I'd very much appreciate it.
The text was updated successfully, but these errors were encountered: