aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/markdown.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-12 05:51:53 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-12 05:51:53 +0000
commitb0d52855dc57a217c0003fd3aa6cb49fd8ecb2d7 (patch)
tree6452b4272780216c34e9f2114c0165287e457ec5 /src/libcmd/markdown.hh
parent141cb9a706f73725fd4f8d62569f45bbbf9b6c3b (diff)
parent4e98f0345c144b9d85bed1f6b0bc509bf7ddc000 (diff)
Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple
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);
+
+}