Fix colorization of nested list.#19596
Conversation
|
@katainaka0503, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alexandrudima and @rebornix to be potential reviewers. |
|
Hi @katainaka0503, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
|
I am not sure what 509th line and 510th in <key>comment</key>
<string>Currently does not support un-indented second lines.</string>If this comment means this is not properly colored, (this was repost from #19596 ) |
Fixed colorization of nested list with unindented line.
a01dceb to
eb37e93
Compare
|
Thanks for the contribution. This will be in the 1.10 vscode insiders builds once we start those up again |
Fixed colorization of nested list with unindented line.
Previously, bullets of nested list with empty line above was not colored.
This change related to #19417 which updated markdown-it version,
and after applied that, two consecutive newlines no longer terminate a list.
This PR is modified one of #19559