aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/markdown.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcmd/markdown.hh')
-rw-r--r--src/libcmd/markdown.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcmd/markdown.hh b/src/libcmd/markdown.hh
new file mode 100644
index 000000000..78320fcf5
--- /dev/null
+++ b/src/libcmd/markdown.hh
@@ -0,0 +1,7 @@
+#include "types.hh"
+
+namespace nix {
+
+std::string renderMarkdownToTerminal(std::string_view markdown);
+
+}