Boost logo

Boost :

Subject: Re: [boost] [quickbook] Strange error regarding lists
From: Daniel James (dnljms_at_[hidden])
Date: 2014-07-19 09:50:26


On 19 July 2014 14:21, Edward Diener <eldiener_at_[hidden]> wrote:
> Using the latest quickbook on 'develop' in some documentation I have:
>
> * a comment
>
> SOMENAME
>
> only to get the quickbook error:
>
> my_file:14: error: Nested blocks in lists won't be supported in quickbook
> 1.6.
>
> Why am I seeing this ?

Such indentation is going to be used for paragraphs in lists, but I
hadn't fully worked out how to do it when I was finishing off 1.6.
Previously such indentation would be interpreted as a code block,
which is usually not intended. Markup that is usually interpreted
incorrectly and would change meaning when upgrading to 1.7 will cause
problems in the long run, so it's better to catch it sooner rather
than later. If you want paragraphs in lists then you'll need to use an
explicit list tag, if you want a code block then you should use an
explicit code block (i.e. two backticks at the beginning and end).


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk