blacklanternsecurity / writehat

A pentest reporting tool written in Python. Free yourself from Microsoft Word.
GNU General Public License v3.0
1.28k stars 225 forks source link

Markdown Table Alignment #66

Open debifrank opened 2 years ago

debifrank commented 2 years ago

Markdown tables do not properly align column content based on markdown syntax. The preview attached to the text area you enter into renders correctly, however when rendered in either the preview pane or when rendered to a document the columns are not properly aligned.

To validate, create a table like the following:

Column Name Alpha Column Name Beta Column Name Sigma
A B C

View the table in the text area preview and see that the markdown is shown correctly. Save and render the table in the preview pane and observe that the rendered table is not aligned properly.