I'm trying to convert some POD http://perldoc.perl.org/perlpod.html to TW5 
tiddlers.

But when it comes to describing options, this is perfect as long as there 
is just one hyphen.

Example:

;-v
:verbose mode

renders fine as

*-v*
    verbose mode

But when it comes to double hyphen I don't get 2 but a dash

;--file name
:the file name to use

renders as
*—file name*
    the file mame to use

Currently I work around this by putting 4 / in between:

;-////-file name

But is there no "official" or less inconvenient way?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to