Extract horizontal rules from headings or other containers #91
Labels
enhancement
New feature or request
input cleanup
Features to take bad input and produce better output
It turns out it’s possible to have a horizontal rule in a heading in Google Docs! In this doc, an
<hr>
is inside an<h2>
(just before the “OUR PRINCIPLES” heading): https://docs.google.com/document/d/1Voa0_i1q8ZCtQkNPPJiNFqy7vhmTzGPthOFRfr4Ledw/editWe should pull these out of the heading automatically. For example, the above mentioned heading currently outputs:
…but we should make it:
This also needs a reduced test case.
The text was updated successfully, but these errors were encountered: