It's a code sample and it's an empty string. As an example, the actual code in that cell is:
EXEC Doc.UpdateXP @obj = '[Config].[ConfigName]', @name = 'MS_Description', @value = ''; It's an output of my build process that highlights database artifacts without metadata and that is the code to add the missing metadata. I guess I should look at the code backticks. If I put the code backticks around it, can there be back to back ' embedded in the code? Thanks, Cade On Tuesday, August 13, 2019 at 6:57:38 PM UTC-5, Mark S. wrote: > > Double single quotes begin *bold*. > > https://tiddlywiki.com/prerelease/#Formatting%20in%20WikiText > > You could switch the tiddler to HTML mode, if you're not going to use any > TW features. > > Perhaps you could explain why you need double single quotes? > > 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> >> >> I fixed it with: >> >> <table> >> <tr><td>Empty Single Quotes: ''</td></tr> >> <tr><td>Single Quotes With a Space: ' '</td></tr> >> </table> >> >> Thanks in advance, >> >> Cade >> > -- 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/a12ac204-a73a-4a8d-a341-785e1c86a433%40googlegroups.com.

