Fix importing tables that contain pipes

This commit is contained in:
Laurent Cozic 2019-09-07 10:27:34 +01:00
parent 3358d85996
commit a120d4ec9c

View File

@ -10,6 +10,7 @@ This is a fork of the original [turndown-plugin-gfm](https://github.com/domchris
- New: Table cells are at least three characters long (padded with spaces) so that they render correctly in GFM-compliant renderers.
- New: Handle colspan in TD tags
- Fixed: Ensure there are no blank lines inside tables (due for example to an empty `<tr>` tag)
- Fixed: Fixed importing tables that contain pipes.
## Installation