mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
7 lines
106 B
C++
7 lines
106 B
C++
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
std::string renderMarkdownToTerminal(std::string_view markdown);
|
|
|
|
}
|