Table caption HTML tag stops parsing (Exception thrown converting HTML file) · Issue #156 · docwire/docwire · GitHub
More Web Proxy on the site http://driver.im/
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
Tags like "caption" is rarely used inside html table. Support for this kind structures should be tested in details and improved probably.
Fortunately the fix should be quite easy.
as-ascii
changed the title
Exception thrown converting HTML file
Table caption HTML tag stops parsing (Exception thrown converting HTML file)
Oct 25, 2024
The following HTML file causes an exception to be thrown in 2024.10.15
plain_text_writer.cpp, line 400:
throw_if (table.empty(), "Cell content inside table without rows");
Dataset Overview _ National Centers for Environmental Information (NCEI)_files.zip
This file opens fine in a browser.
The text was updated successfully, but these errors were encountered: