From 694c1f6d276d0a4ea3422a02db0f6cf96313b733 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 23 Jun 2020 10:28:04 +0200 Subject: Further improves markdown rendering. --- src/renderers/textstyleinstance.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/renderers/textstyleinstance.hpp') diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp index 9a1b4bb..eb8b513 100644 --- a/src/renderers/textstyleinstance.hpp +++ b/src/renderers/textstyleinstance.hpp @@ -2,6 +2,7 @@ #define TEXTSTYLEINSTANCE_HPP #include +#include #include "documentstyle.hpp" @@ -16,6 +17,10 @@ struct TextStyleInstance QTextCharFormat standard_h2; QTextCharFormat standard_h3; + QTextBlockFormat standard_format; + QTextBlockFormat preformatted_format; + QTextBlockFormat block_quote_format; + explicit TextStyleInstance(DocumentStyle const & style); }; -- cgit v1.2.3