From e837682344d6edd2012d1ab2fd30d77ffa486593 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Fri, 11 Mar 2011 16:53:04 +0100 Subject: Paragraph element added. This element will allow me to add more cool things like real paragraphs, lists, or quotation blocks. Please check the MDOWN file for an exhaustive list of blocks. --- src/elements.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/elements.h') diff --git a/src/elements.h b/src/elements.h index 0c7b1bf..88161e1 100644 --- a/src/elements.h +++ b/src/elements.h @@ -57,7 +57,8 @@ struct pstext_t { std::wstring parameter; }; -typedef std::vector document_t; +typedef std::vector paragraph_t; +typedef std::vector document_t; BOOST_FUSION_ADAPT_STRUCT (stext_t, (stattribute_t, attribute) -- cgit v1.2.3-70-g09d2