Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ markdown2html
Function
markdown2html
plugins/clazy/utils.cpp:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
};
180
181
QString markdown2html(const QByteArray& markdown)
182
{
183
MarkdownConverter converter;
184
return converter.toHtml(QString::fromUtf8(markdown));
185
}
186
187
}
Callers
1
ChecksDB
Method · 0.85
Calls
1
toHtml
Method · 0.80
Tested by
no test coverage detected