asciidoctor/asciidoctor-intellij-plugin
View on GitHubFormatter option to align text in multi-line list items
Open
#1,564 opened on Mar 12, 2024
enhancementhelp wanted
Repository metrics
- Stars
- (392 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently the formatter always puts line continuation text in a list item on the very start of the line like
* foo
** bar
baz
It would be nice if there were a formatter option to toggle this, so that they are text-aligned, so in this case
* foo
** bar
baz