Commit 7c27201
committed
issue #10606 include command via ALIASES does not work anymore (snippetdoc)
The warning generated in the exampel from #10606 (comment) was like:
```
Modul1.md:12: warning: block marked with [[SNIPPET \ialias{incsnippet1}]] for \snippet{doc} should appear twice in file .../Modul1.pas, found it 0 times, skipping
```
so the end of the "snippet tag" was not properly found, inserting an extra ` \ilinebr` fixes this problem (space is required otherwise the `\linebr` might interfere with arguments with other commands (e.g. with the `\include{doc}` command).1 parent b06241e commit 7c27201
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | | - | |
| 1190 | + | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | | - | |
1194 | | - | |
| 1193 | + | |
| 1194 | + | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
| |||
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
1822 | | - | |
| 1822 | + | |
1823 | 1823 | | |
1824 | 1824 | | |
1825 | 1825 | | |
| |||
0 commit comments