question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug: remove-space-around-fullwidth-characters not working well with lists.

See original GitHub issue

Describe 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:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
ben-yipcommented, Jul 22, 2022

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.

0reactions
pjkaufmancommented, Jul 28, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found