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

贡献者指南