>
> To get bold face text, you should use: ''bold'' (doubled single-
> quotes)
>
> Thus:
> {{quote{''bold face and quoted''}}}
>
If you require the text to be bold the conventional way would be to do
this with CSS, and given the fact that you have already given this
section of the markup a class "quote" you can hook into it and add the
necessary styling.
For example:
.quote {
font-weight: 900;
...
}
Hope that helps,
Colm
--
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.