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

struct TextData

Public Variables

std::vector<MD::TextParsingOpts<Trait>::TextData> m_rawTextData

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.