Small html cleanup
This commit is contained in:
parent
c102ebb6da
commit
31b479e9f6
27 changed files with 330 additions and 252 deletions
|
@ -26,5 +26,5 @@ void MarkdownParser::run(const std::string& content)
|
|||
|
||||
HtmlDocumentPtr MarkdownParser::getHtml()
|
||||
{
|
||||
return mHtmlDocument;
|
||||
return std::move(mHtmlDocument);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue