asciidoctor/asciidoctor-intellij-plugin

Formatter option to align text in multi-line list items

Open

#1,564 opened on Mar 12, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (155 forks)auto 404
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

Contributor guide