Is there an option to disable automatic numbering in Markdown?
Markdown handles the numbered lists at render time, so you can just use `1.` (or any other number) as a numbered list marker (similar to how <ol> works in HTML):
1. Item One
1. Item Two
1. Item Three
This helps a huge deal with merge conflicts, when you insert something in the middle of a numbered list.
Rider, however, re-numerates the list every time on format, which kinda beats the purpose and makes merge conflicts very painful to resolve.
Is there any way to disable this, or, better yet, to make the formatter replace all the numbers other than 1 with the number 1?
I didn't find an option to do this.
Thank you!
1 comment
Sort by
Date
Votes
Hello @...!
Thank you for contacting us.
This feature is not yet implemented. However, we have a corresponding issue on our bug tracker. We would appreciate it if you would upvote the issue in order to demonstrate additional interest and bring increased awareness to the issue.
If you have any other questions, do not hesitate to ask. Have a great day!
Please sign in to leave a comment.