asciidoctor/asciidoctor-intellij-plugin

Formatter option to align text in multi-line list items

開放

#1,564 建立於 2024年3月12日

 (2 則留言) (0 個反應) (0 位負責人)Java (155 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (392 顆星)
PR 合併指標
 (平均合併 4天 11小時) (30 天內合併 3 個 PR)

描述

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

貢獻者指南