When I convert my file from markdown style format to PDF format, the table element can't be convert and it keep the bare style.
Steps to reproduce
Create a markdown file.
Edit a table in the file, and check it with Markdown Preview;
Convert it to PDF.
Expected behavior: [What you expect to happen]
The output file has the table view.
Actual behavior: [What actually happens]
The table looks like some "| a | b | ... |"
Input
If your markdown document does not contain sensitive information, it is easier to diagnose with the exact contents of the file.
You can create a gist of the file and paste the link here: https://gist.github.com
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Prerequisites
Issue description
When I convert my file from markdown style format to PDF format, the table element can't be convert and it keep the bare style.
Steps to reproduce
Expected behavior: [What you expect to happen] The output file has the table view.
Actual behavior: [What actually happens] The table looks like some "| a | b | ... |"
Input
If your markdown document does not contain sensitive information, it is easier to diagnose with the exact contents of the file. You can create a gist of the file and paste the link here: https://gist.github.com
Versions
Atom : 1.63.0 Electron: 11.5.0 Chrome : 87.0.4280.141 Node : 12.18.3
markdown-pdf: 2.3.3
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.