Md4qt
MD::MdBlock< Trait > Struct Template Reference
#include <parser.h>
Public Types | |
using | Data = typename Trait::template Vector<Line> |
using | Line = std::pair<typename Trait::InternalString, MdLineData> |
Public Attributes | |
Data | m_data |
bool | m_emptyLineAfter = true |
long long int | m_emptyLinesBefore = 0 |
Detailed Description
template<class Trait>
struct MD::MdBlock< Trait >
struct MD::MdBlock< Trait >
Internal structure for block of text in Markdown.
Member Typedef Documentation
◆ Data
template<class Trait >
using MD::MdBlock< Trait >::Data = typename Trait::template Vector<Line> |
◆ Line
template<class Trait >
using MD::MdBlock< Trait >::Line = std::pair<typename Trait::InternalString, MdLineData> |
Member Data Documentation
◆ m_data
template<class Trait >
Data MD::MdBlock< Trait >::m_data |
◆ m_emptyLineAfter
template<class Trait >
bool MD::MdBlock< Trait >::m_emptyLineAfter = true |
◆ m_emptyLinesBefore
template<class Trait >
long long int MD::MdBlock< Trait >::m_emptyLinesBefore = 0 |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Nov 6 2024 12:12:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.