We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fcf01 commit 6f77d4aCopy full SHA for 6f77d4a
include/balde-markdown.h
@@ -9,6 +9,9 @@
9
#ifndef _BALDE_MARKDOWN_H
10
#define _BALDE_MARKDOWN_H
11
12
+#include <glib.h>
13
+#include <balde.h>
14
+
15
gchar* balde_markdown_parse(balde_app_t *app, const gchar *mkd_source);
16
gchar* balde_tmpl_markdown(balde_app_t *app, balde_request_t *request,
17
const gchar *mkd);
0 commit comments