asciidoctor/asciidoctor-intellij-plugin

Formatter option to align text in multi-line list items

Open

#1,564 opened on Mar 12, 2024

 (2 comments) (0 reactions) (0 assignees)Java (155 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (392 stars)
PR merge metrics
 (Avg merge 4d 11h) (3 merged PRs in 30d)

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

Contributor guide