Hello,

I am trying to add a new markup called "quote", to my stylesheet:

.quote {display: inline-block;  background:
[[ColorPalette::PrimaryB]];
}
.quote:before, .quote:after {
  background: [[ColorPalette::PrimaryB]];
  color: [[ColorPalette::SecondaryD]];
  font-weight: bold;
  content: "\""
}

With that defined, the following works as expected:
{quote{This is supposed to be quoted.}}}

But the following will not:
{quote{{ !!This is supposed to be in bold face and quoted.}}}

The browser does not parse the "!!" directive, and just considers that
as part of the text and renders it as:
"!!This is supposed to be in bold face and quoted."

If you have some thoughts on how to fix the latter issue, I would
appreciate it.

Thanks.

Cheers; 'best,

shankar swamy

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to