From d1563a336af42fda46bf7e566fccaf4bf6d87241 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 21 May 2018 23:23:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c05a4f57c..46320be69 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A [Turndown](https://github.com/domchristie/turndown) plugin which adds GitHub F This is a fork of the original [turndown-plugin-gfm](https://github.com/domchristie/turndown-plugin-gfm) for use with [Joplin](https://github.com/laurent22/joplin). The changes are: -- Always render tables even they don't have a header. +- Always render tables even if they don't have a header. - Don't render the border of tables that contain other tables (frequent for websites that do the layout using tables). Only render the inner tables, if any, and if they also don't contain other tables. ## Installation