Hi
(TiddlyWiki 5.1.2)
Table cells including transcluded tiddlers with wikitext don't render
properly. However if the transcluded tiddler has parts coded directly in
HTML they render correctly (in the cell of the external table).
A concrete example with a table inside another table cell follows.
I'm I doing something wrong here?
----------------------------------
TIDDLER: externalTables
! Unparsed table in cell A1
| | A |
| 1 | {{tableWikitext}} |
| 2 | Etc |
!Proper table inside cell A1
| | A |
| 1 | {{tableHTML}} |
| 2 | etc |
TIDDLER: tableWikitext
| Internal A1 | Internal B1 |
| Internal A2 | Internal B2 |
TIDDLER: tableHTML
<table border="1" style="width:100%">
<tr>
<td>Internal A1</td>
<td>Internal B1</td>
</tr>
<tr>
<td>Internal A2</td>
<td>Internal B2</td>
</tr>
</table>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.