refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Display Tables Properly #148

Closed emilepetrone closed 9 years ago

emilepetrone commented 9 years ago

Tables don't seem to display properly. Example:

Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1
lodev09 commented 9 years ago

bootstrap-markdown does not handle the format of the result markup, you need to follow the API from your parser (e.g. markdown-js) on customizing result or submit an issue in their plugin site.