Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
markdown.hh
Go to the documentation of this file.
1#pragma once
3
4#include <string_view>
5
6namespace nix {
7
15std::string renderMarkdownToTerminal(std::string_view markdown);
16
17}