Prerequisites
Bug Report
Bug Type
Description
When executing test test_extra_044jec, the first 3/5 containers are handled properly, but the last two are treated as text.
Specifics
What operating system and version are you running into this behavior on?
Win11
What version are you seeing this behavior in? (Run pip list or pipenv run pip list and look for the entry beside pymarkdownlnt.)
latest
Are there any extra steps that need to be taken before executing the application?
No
What is the command line you invoke to get this behavior?
test_extra_044jec
Are you using a configuration file? Either on the command line or one of the implicit configuration files? If so, attach that file to this issue.
No
What Markdown document causes this behavior to manifest? Attach that file to this issue.
> + > + > -----
> > > block
> > > abc
> > > un-block
> > > _____
> > + > more
Actual Behavior
First part of the document is
<blockquote>
<ul>
<li>
<blockquote>
<p>+ > -----</p>
<blockquote>
<p>block
abc
un-block</p>
<hr />
Expected Behavior
First part of the document should be
<blockquote>
<ul>
<li>
<blockquote>
<ul>
<li>
<blockquote>
<hr />
Prerequisites
Bug Report
Bug Type
Description
When executing test
test_extra_044jec, the first 3/5 containers are handled properly, but the last two are treated as text.Specifics
What operating system and version are you running into this behavior on?
Win11
What version are you seeing this behavior in? (Run
pip listorpipenv run pip listand look for the entry besidepymarkdownlnt.)latest
Are there any extra steps that need to be taken before executing the application?
No
What is the command line you invoke to get this behavior?
test_extra_044jec
Are you using a configuration file? Either on the command line or one of the implicit configuration files? If so, attach that file to this issue.
No
What Markdown document causes this behavior to manifest? Attach that file to this issue.
Actual Behavior
First part of the document is
Expected Behavior
First part of the document should be