diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-03-11 16:53:04 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2011-03-11 16:57:33 +0100 |
| commit | e837682344d6edd2012d1ab2fd30d77ffa486593 (patch) | |
| tree | 4ce2a33d6bd68d1e88dc57cb6b446b75c940da93 /src/parser/document_p.cpp | |
| parent | 7acf15c1f0623f157e6abdf4a9bff5b050add967 (diff) | |
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.
Diffstat (limited to 'src/parser/document_p.cpp')
| -rw-r--r-- | src/parser/document_p.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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_; } |
