Page MenuHomePhorge

kazv-markdown.hpp
No OneTemporary

Size
394 B
Referenced Files
None
Subscribers
None

kazv-markdown.hpp

/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include <kazv-defs.hpp>
#include <string>
#include <immer/flex_vector.hpp>
struct KazvRichTextParseResult
{
std::string html;
immer::flex_vector<std::string> mentions;
};
KazvRichTextParseResult markdownToHtml(const std::string &markdown);

File Metadata

Mime Type
text/x-c
Expires
Tue, Nov 26, 2:08 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40366
Default Alt Text
kazv-markdown.hpp (394 B)

Event Timeline