mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
8 lines
106 B
C++
8 lines
106 B
C++
|
#include "types.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
std::string renderMarkdownToTerminal(std::string_view markdown);
|
||
|
|
||
|
}
|