David Abrahams wrote:
Joel de Guzman <[EMAIL PROTECTED]> writes:
Hi,
Quickbook now allows escaping back to QuickBook from code,
code blocks and inline code using a language specific
delimiter (in C++ and Python -- the triple-dot "...").
Example:
void [EMAIL PROTECTED]://tinyurl.com/48x24 foo]...()
{
}
will generate the hyperlinked "foo"
I'm not sure triple dot is such a good choice. Have you considered:
>>> ( 'a',
... [ 1 ]
... )
('a', [ 1 ])
?
Yah, I realized that as soon as I woke up. Anyway, it's fixed
now. The escape-to-qbk-markup is the double square brackets
as Eric suggested:
void [EMAIL PROTECTED]://tinyurl.com/48x24 foo]]]...()
{
}
Cheers,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests:
https://lists.sourceforge.net/lists/listinfo/boost-docs