Editing tables within markdown and HTML? #1503
-
I read that vd supports markdown, but it is not able to detect any of the tables in https://reagle.org/joseph/2016/min-eg/test-tables.md. When I convert that to HTML, https://reagle.org/joseph/2016/min-eg/test-tables.html, it can load the tables but not edit them. I know I could save copy, edit, and save them elsewhere, but wouldn't that drop any other HTML?
|
Beta Was this translation helpful? Give feedback.
Answered by
anjakefala
Sep 1, 2022
Replies: 1 comment 1 reply
-
VisiData uses |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
reagle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VisiData uses
lxml
to parse html tables with a<table>
tag. There are known gaps of support: #1308 , #1346.