html2md  v1.5.4
Simple and fast HTML to Markdown converter
Loading...
Searching...
No Matches
html2md.h File Reference
#include <map>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for html2md.h:
This graph shows which files directly or indirectly include this file:

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)