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/parser/document_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/document_p.cpp') diff --git a/src/parser/document_p.cpp b/src/parser/document_p.cpp index 5b45212..fe11aed 100644 --- a/src/parser/document_p.cpp +++ b/src/parser/document_p.cpp @@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "document_p.h" document_p::document_p() : document_p::base_type(document_) { - document_ = +text_(ph::val(L"*'`$^@[")); + document_ = +paragraph_; } -- cgit v1.2.3-70-g09d2