On Tuesday, August 13, 2019 at 4:47:08 PM UTC-7, Cade Roux wrote:
>
> I have this in a Tiddler and I was wondering if this is a bug or 
> intentional?
> <table>
> <tr><td>Empty Single Quotes: ''</td></tr>
> <tr><td>Single Quotes With a Space: ' '</td></tr>
> </table>
>

Two single-quotes in a row is a wikitext formatting syntax indicating the 
*start* of bold text.  Thus, you have started a section of bold text, but 
did not *end* it.   As a result, everything that follows is being parsed as 
a mal-formed HTML table.

To work around it, you only need to change *one* of the quotes in the first 
set of single quotes to &apos; ... and you don't need to do anything with 
the second, as it doesn't trigger the bold formatting.

Like this:
<table>
<tr><td>Empty Single Quotes: &apos;'</td></tr>
<tr><td>Single Quotes With a Space: ' '</td></tr>
</table>



see https://tiddlywiki.com/#Formatting%20in%20WikiText

-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7bfd706-c93f-47d9-8549-3200dad4da72%40googlegroups.com.

Reply via email to