asciidoctor/asciidoctor-intellij-plugin

Formatter option to align text in multi-line list items

Aperta

#1564 aperta il 12 mar 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Java (155 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (392 stelle)
Metriche merge PR
 (Merge medio 4g 11h) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor