numbered list rendering > 9 ad 10mytask
#319
molleweide
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
The reason we don't do this is because it's physically impossible currently in Neovim :P We're waiting for anticonceal to be implemented in core which will then allow this functionality, but until then we might just limit the maximum count to 9 or something |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that a numbered list with
~= 10 renders like this if there is just one whitespace between~and the following text.Would it make sense to auto insert an additional whitespace here in order to get it to render this:
10 anothertaskand if so where is this implemented because I would like to try to add this feature myself.
Beta Was this translation helpful? Give feedback.
All reactions