webc v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
webc-md.h
Go to the documentation of this file.
1
31#ifndef WEBCMD_H
32#define WEBCMD_H
33
34#include "webc-core.h"
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
46WEBCAPI Cstr WEBC_MarkdownToHtml(Cstr path);
47
54WEBCAPI Cstr WEBC_MarkdownToHtmlText(Cstr md);
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif // WEBCMD_H
WEBCAPI Cstr WEBC_MarkdownToHtmlText(Cstr md)
WEBCAPI Cstr WEBC_MarkdownToHtml(Cstr path)