You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I am using TW5.
And just to clarify I want the html tag to be shown as text instead of being rendered.
Mat
unread,
Sep 7, 2015, 2:11:03 AM9/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
(Svensk?)
| !Header1 | !Header2 | !Header3| !Header4|
|Match all html headers|<H[123456] | `<H1>` |test |
Using TW5 what seems to mess it up is the initial < before the H[123. If you can accept a blank space between the < and the H, then it works. I suspect that the immediate character after the opening < is interpreted as a merge cell character that breaks the table. See "Tables in WikiText"
<:-)
Mat
unread,
Sep 7, 2015, 2:12:41 AM9/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Add: In other words, it is not your "html tag" (by which I assume you refer to the `<H1>` that breaks the table.
whatever
unread,
Sep 7, 2015, 10:28:29 AM9/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Have you tried using entities? > for > < for < So: <H1> w