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
headings "symbols" (+++ or ---) now have a fixed length instead of depending on the heading length
A possible solution is to restore the previous nested traversal with multiple levels of HtmlTraversal instances, and then passing around a LinksTracker object to gather information about links that should be rendered only at the end of the top-level traversal instance.
The text was updated successfully, but these errors were encountered:
After #3 was merged, some issues were introduced:
+++
or---
) now have a fixed length instead of depending on the heading lengthA possible solution is to restore the previous nested traversal with multiple levels of
HtmlTraversal
instances, and then passing around aLinksTracker
object to gather information about links that should be rendered only at the end of the top-level traversal instance.The text was updated successfully, but these errors were encountered: