Commit 8e8484a
committed
Incorrect warning regarding type and start of backtick type of block
When having:
```
# Installing the AWS CLI v2 from source
* to `pyproject.toml
The
```
https://awscli.amazonaws.com/awscli.tar.gz
```
```
we get the warning:
```
source-install.md:9: warning: Reached end of file while still searching closing '```' of a verbatim block starting at line 8
```
this looks like a regression on:
```
Commit: 9defcc3 [9defcc3]
Date: Sunday, June 22, 2025 3:03:57 PM
issue doxygen#11621 Markdown code handling `` ` `` gets confused by unterminated `` ` `` within (introduced by 1.11)
```1 parent fdc8352 commit 8e8484a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
772 | | - | |
773 | 771 | | |
774 | 772 | | |
775 | 773 | | |
| |||
0 commit comments