This repository was archived by the owner on Aug 10, 2025. It is now read-only.
Commit f78dc63
authored
Improve check for PPGEN commands inside paragraph (#1315)
Rather than only check for a line beginning with a dot
(inside a <p> tag), check for a more PPGEN-like pattern,
to avoid false-positives such as a paragraph beginning
with an ellipsis.1 parent 9824b1d commit f78dc63
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments