travs / markdown-pdf

Convert markdown to pdf, png or jpeg on the fly in Atom
MIT License
263 stars 44 forks source link

Missing table element in convert precess #250

Open lazy5545 opened 1 year ago

lazy5545 commented 1 year ago

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

  1. Create a markdown file.
  2. Edit a table in the file, and check it with Markdown Preview;
  3. 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

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 and apm --version from the command line. Also, please include the OS and what version of the OS you're running.