From a120d4ec9c8abc98c652e901930e5bed238e5513 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 7 Sep 2019 10:27:34 +0100 Subject: [PATCH] Fix importing tables that contain pipes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbb1735c4..be18f192d 100644 --- a/README.md +++ b/README.md @@ -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 `` tag) +- Fixed: Fixed importing tables that contain pipes. ## Installation