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
Make .pre-process-tag-omission.pl handle linebreak
This change makes the .pre-process-tag-omission.pl script work as expected in
the case where a heading for an element section breaks across multiple lines.
Otherwise, without this change, the script fails for a case like this:
<h4 element data-lt="meta" id="the-meta-element">The <dfn id="meta"><code>meta</code></dfn>
element</h4>
...that is, a case where the "element</h4>" part isn’t on the same line as the
"<code>meta</code></dfn>" part.
0 commit comments