Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A table with bold/italic text.

Note

Currently, only simple formattings, but no nested tables or lists are supported.

No Format
[cols="2", options="header"]
|===
| Column 1
| Column 2

| _A1_
| _A2_

| *B1*
| *B2*
|===

...

Column 1Column 2
A1A2
A3
B1B2

Table with AsciiDoc Cell

Table cells may also contain structured content, e.g. bullet lists:

No Format
[cols="2", options="header"]
|===
| Column 1
| Column 2

|A1
a|
* A2
* A3
* A4
|===
Column 1Column 2
A1
  • A2
  • A3
  • A4