mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
Fix importing tables that contain pipes
This commit is contained in:
parent
3358d85996
commit
a120d4ec9c
@ -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: 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
|
- New: Handle colspan in TD tags
|
||||||
- Fixed: Ensure there are no blank lines inside tables (due for example to an empty `<tr>` tag)
|
- 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
|
## Installation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user