Fix colorization of nested list.#19559
Fix colorization of nested list.#19559katainaka0503 wants to merge 2 commits intomicrosoft:masterfrom
Conversation
Fixed colorization of nested list with unindented line.
|
@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, |
|
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 want to consider a little more firmly. |
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.