Skip to content
#

document

Here are 751 public repositories matching this topic...

timo-a
timo-a commented Dec 10, 2020

AsciiDoc supports nested tables, see https://asciidoctor.org/docs/user-manual/#nested-tables
In the nested table pipes are replaced by exclamation marks. Below find input, expected output, command, actual output.

$ cat nested.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title> NestedTables </title>
</head>
<body>
<table>
 <tr>
  <td >
   <table>  <tr> <td> a1 </

Improve this page

Add a description, image, and links to the document topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.