(3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (155 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (392 個のスター)
PR merge metrics
 (平均マージ 4d 11h) (30d で 3 merged PRs)

説明

Asciidoctor supports formatting of single cells. See Asciidoctor User Manual, section cell formatting.

It would be nice to have a context menu to format the current cell. Partial support for the options is fine as long as existing elements are unchanged.

To support this the lexer/parser would need to learn how to treat tables.

[cols="3"]
|===
^|Prefix the `{vbar}` with `{caret}` to center content horizontally
<|Prefix the `{vbar}` with `<` to align the content to the left horizontally
>|Prefix the `{vbar}` with `>` to align the content to the right horizontally

.^|Prefix the `{vbar}` with a `.` and `{caret}` to center the content in the cell vertically
.<|Prefix the `{vbar}` with a `.` and `<` to align the content to the top of the cell
.>|Prefix the `{vbar}` with a `.` and `>` to align the content to the bottom of the cell

3+^.^|This content spans three columns (`3{plus}`) and is centered horizontally (`{caret}`) and vertically (`.{caret}`) within the cell.

|===

コントリビューターガイド