diff options
Diffstat (limited to 'src/libcmd/markdown.hh')
-rw-r--r-- | src/libcmd/markdown.hh | 7 |
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); + +} |