Bug: remove-space-around-fullwidth-characters not working well with lists.
See original GitHub issueDescribe the Bug
the remove-space-around-fullwidth-characters
rule breaks the list markdown syntax on some situations.
How to Reproduce
before:
- 【list item 1】
- 【list item 2】
after:
-【list item 1】
-【list item 2】
Expected Behavior
the space
should not be removed between the list mark -
and the full-width character 【
at the beginning of the list-item content.
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
Issues when using the lists board view in Teams
Hello,. We recently started using the board view in Teams lists. This works fine except for a few things.
Read more >A bug in Unordered Lists - Codecademy
I tried resetting the code and re-entering the info twice, as well as refreshing my page and starting ... Same problem as Bijou...
Read more >Edge bug with list-styles · Issue #210 - GitHub
I can't find any approvement that it's the Edge problem and will or was in solved or not by Microsoft, but I found...
Read more >assignment bug in list of list python [duplicate] - Stack Overflow
I am not trying to expand the list. so could you kindly tell me what's wrong with the code i attached in the...
Read more >Building a Bugs List prompts - LessWrong
Think about the way computer programmers talk about “bugs” in the program, ... frustrations, irritations, frictions, problems.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Adding as normal part of the rule would be great.
As regards the
block quotes
part, I mean this new behavior should also apply to lists inside a block quote. 😂 I mostly care about lists right now.This should be accounted for with lists. There is no need to account for block quotes as they are syntactically correct with no spaces between it and its content. Tables might be a different story, but that will need to be addressed separately if the need arises.
Please let us know if master or the next release does not fix this issue.