1. Eclipse Plugin

  • Asciidoctor Editor

  • PlantUml:http://hallvard.github.io/plantuml

  • D:\Install\Antora\Graphviz\bin\dot.exe

2. Eclipse Template

2.1. Checkbox List

*${cursor}*

* [*]
* [x]
* [ ]
*

2.2. Admonition

  • NOTE,TIP,IMPORTANT,CAUTION,WARNING

[WARNING]
====
${cursor}
====

2.3. PlantUml

plantuml::${fileName}[format=${svg}, title="${title}"]

2.4. Table

[%autowidth,options="header",cols="${cursor}"]
|===

|===

2.5. Source Block

[source,java]
----
${cursor}
----

3. Table Span

水平对齐 Horizontal Alignment

<

水平居左 Left

>

水平居右 Right

^

水平居中 Center

垂直对齐 Vertical Alignment

.<

垂直居左 Left

.>

垂直居右 Right

.^

垂直居中 Center

跨行和跨列 Colspan and Rowspan

.row+|

跨行 Rowspan

column+|

跨列 Colspan

colomn.row+|

跨行和列 Colspan and Rowspan

水平和垂直对齐 Horizontal and Vertical Alignment

colomn.row+horizontal.vertical|

2.3+^.^:跨2列三行并水平和垂直居中