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