comment between list item that does not restart list #243
vvavrychuk
started this conversation in
General
Replies: 1 comment
-
I think the issue here is the overloading of comments and attribute comments, which may not be a good idea. (That is, I think it would be desirable to add a line comment syntax that is handled at the block parsing level.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Djot I can put a comment at the end of list item
or I can put a comment at the start of list item
But, I cannot put a comment between list items that does not restart list
A practical example of such a comment between list items would be temporary commenting out some of list items
Of course, I can put a space before commented part to make it part of previous list item
But then, it is confusing if a temporary commented list item is maybe meant to be a nested item.
I think it would be great for comment to not impact semantics...
Beta Was this translation helpful? Give feedback.
All reactions