runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
620 stars 62 forks source link

pass-through inside table #135

Closed shiffman closed 11 years ago

shiffman commented 11 years ago

This works:

++++
<table>
<tr>col 1</tr>
etc.
<td><pre>blah blah</pre</td>
etc. . 
<table>
++++

But I can't get this to work:

[options="header"]
|=======================
|one  | two
|
++++
<pre>blah blah</pre>
++++
|
++++
<pre>blah blah</pre>
++++
||=======================

Maybe this is not supported by ASCIIDOC which is fine and we can close this issue. I am just using a pass-through of the entire table, see: https://github.com/shiffman/The-Nature-of-Code/issues/16

shiffman commented 11 years ago

The pass through of the entire table seems to be a totally fine solution for me right now. Closing this issue.