1#ifndef SOURCEMETA_CORE_MARKDOWN_H_
2#define SOURCEMETA_CORE_MARKDOWN_H_
4#ifndef SOURCEMETA_CORE_MARKDOWN_EXPORT
5#include <sourcemeta/core/markdown_export.h>
21namespace sourcemeta::core {
40SOURCEMETA_CORE_MARKDOWN_EXPORT
SOURCEMETA_CORE_MARKDOWN_EXPORT auto markdown_to_html(const std::string_view input, const bool safe=true) -> std::string