1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00
nix/src/libcmd/markdown.hh
2021-01-26 06:22:24 -05:00

7 lines
106 B
C++

#include "types.hh"
namespace nix {
std::string renderMarkdownToTerminal(std::string_view markdown);
}