You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, turndown is an excellent tool, and I was fortunate to be able to use it in Mark Text. However, I encountered some problems in the process of use. I didn't know if it was a new requirement or a bug, so I wrote this issue.
I want to copy the table in Number software to another place and turn it into markdown. The table html in Number is probably like this:
This is not really a bug, because tables with no heading row do not convert to markdown. #10 is a possible solution to this issue, but there is some uncertainty as to whether this should be the default behaviour or if it should be a plugin.
I think this gfm plugin can add a strict mode option, the default value is true, when we want to convert these non-standard table, you can set the strict mode to false, so it will not change the previous behavior . What do you think?
Had to check commits logs to find out why suddenly turndown stopped converting my tables without a header. Although this is good for compatibility with renderers, #10 saved my day and it would be very nice to have it included somehow.
Hello, turndown is an excellent tool, and I was fortunate to be able to use it in Mark Text. However, I encountered some problems in the process of use. I didn't know if it was a new requirement or a bug, so I wrote this issue.
I want to copy the table in Number software to another place and turn it into markdown. The table html in Number is probably like this:
I look up the source code in this repo, and found that html above can not pass this function:
Because the first row does not has
TH
cell. So turndown does not convert it to markdown.Is this a bug or would you want to do this? I hope turndown can support html data copied from Number.
Thanks!
The text was updated successfully, but these errors were encountered: