Commit 97daf29
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.1 parent 947d955 commit 97daf29
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments