MD::TextParsingOpts Struct
template <typename Trait> struct MD::TextParsingOpts
Internal structure for auxiliary options for parser. More...
Header: | #include <md4qt/parser.h> |
CMake: | find_package(md4qt REQUIRED COMPONENTS md4qt)
target_link_libraries(mytarget PRIVATE md4qt::md4qt) |
Public Types
Public Variables
Detailed Description
Member Variable Documentation
std::vector<MD::TextParsingOpts<Trait>::TextData> TextParsingOpts::m_rawTextData
Raw text data. Text plugins should check text here. Size of this vector should be equal to a count of text items in paragraph.