webc v0.0.11
Write and deploy websites using the C Programming Language.
Loading...
Searching...
No Matches
markdown.h
Go to the documentation of this file.
1
32typedef enum {
33 DARK, LIGHT
34} Theme;
35char* WEBC_Markdown(Template template, const char* file, Theme theme);
Definition template.h:50