html2md namespace
More...
|
std::string | Convert (std::string &html, bool *ok=nullptr) |
| Static wrapper around the Converter class.
|
|
std::string | Convert (std::string &&html, bool *ok=nullptr) |
|
html2md namespace
The html2md namespace provides:
- The Converter class
- Static wrapper around Converter class
- Note
- Do NOT try to convert HTML that contains a list in an ordered list or a
blockquote
in a list!
This will be a total mess!
◆ Convert() [1/2]
std::string html2md::Convert |
( |
std::string && | html, |
|
|
bool * | ok = nullptr ) |
|
inline |
◆ Convert() [2/2]
std::string html2md::Convert |
( |
std::string & | html, |
|
|
bool * | ok = nullptr ) |
|
inline |