html2md
v1.6.0
Simple and fast HTML to Markdown converter
|
#include <memory>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | html2md::Options |
Options for the conversion from HTML to Markdown. More... | |
class | html2md::Converter |
Class for converting HTML to Markdown. More... | |
Namespaces | |
namespace | html2md |
html2md namespace | |
Functions | |
std::string | html2md::Convert (std::string &html, bool *ok=nullptr) |
Static wrapper around the Converter class. | |
std::string | html2md::Convert (std::string &&html, bool *ok=nullptr) |