Skip to content

Incorrect warning regarding type and start of backtick type of block #11732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albert-github
Copy link
Collaborator

@albert-github albert-github commented Aug 16, 2025

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: 9defcc3ff78869455687bd8c39ccfe7b75b8aebe [9defcc3]
Date: Sunday, June 22, 2025 3:03:57 PM
issue #11621 Markdown code handling `` ` `` gets confused by unterminated `` ` `` within (introduced by 1.11)

Example: example.tar.gz

(seen by quite a few projects on Fossies)

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)
```
@albert-github albert-github added bug Markdown Markdown translation input related issue labels Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Markdown Markdown translation input related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant