diff options
author | albert-github <albert.tests@gmail.com> | 2020-10-22 10:03:40 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-10-22 10:03:40 (GMT) |
commit | 53d1bbc3bd7686fccdf61e8212137ebad65c1ece (patch) | |
tree | ba558e69170c3b54836cfab1a56b17835a4034a3 /testing/snippet_test.cpp | |
parent | 33341fe5fb8048411acea0276219a69be06fe02d (diff) | |
download | Doxygen-53d1bbc3bd7686fccdf61e8212137ebad65c1ece.zip Doxygen-53d1bbc3bd7686fccdf61e8212137ebad65c1ece.tar.gz Doxygen-53d1bbc3bd7686fccdf61e8212137ebad65c1ece.tar.bz2 |
Miscounting lines with markdown backtick section
When we have a program like:
```
# test
~~~
npm
~~~
\aa5
~~~
npm ~~~
\aa8
```
we get the warnings like:
```
.../aa.md:6: warning: Found unknown command '\aa5'
.../aa.md:10: warning: Found unknown command '\aa8'
```
instead of:
```
.../aa.md:5: warning: Found unknown command '\aa5'
.../aa.md:8: warning: Found unknown command '\aa8'
```
This has been corrected.
Note: in the example tildes are used so the backticks show up in the github issue as well.
Diffstat (limited to 'testing/snippet_test.cpp')
0 files changed, 0 insertions, 0 deletions