$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [quickbook] Using .. for content in templates
From: Daniel James (dnljms_at_[hidden])
Date: 2013-01-24 13:45:52
On 24 January 2013 15:44, Daniel James <dnljms_at_[hidden]> wrote:
>
> The normal trick is to escape the second dot, i.e. ".\.", but that
> won't work here because it's in an escape. So the only thing I can
> think of is to break the escaped text into two blocks in the middle:
I didn't mean 'blocks' there. Just two consecutive escaped strings.
> [plantuml my_diag.svg..60..'''
> Foo --> Bar
> Blub .''''''.> Bar
> ''']