21 #ifndef GRANTLEE_MEDIAWIKIMARKUPBUILDER_H
22 #define GRANTLEE_MEDIAWIKIMARKUPBUILDER_H
24 #include "abstractmarkupbuilder.h"
50 void beginAnchor(
const QString &href = {},
const QString &name = {})
override;
56 void beginList(QTextListFormat::Style type)
override;
68 const QString
escape(
const QString &s);
73 QList<QTextListFormat::Style> currentListItemStyles;
Interface for creating marked-up text output.
The Grantlee namespace holds all public Grantlee API.