html2md
v1.6.0
Simple and fast HTML to Markdown converter
|
Go to the source code of this file.
Functions | |
void | removeLeadingTrailingSpaces (string &str) |
string | enlargeTableHeaderLine (const string &str, size_t length) |
string | formatMarkdownTable (const string &inputTable) |
Variables | |
const size_t | MIN_LINE_LENGTH = 3 |
string enlargeTableHeaderLine | ( | const string & | str, |
size_t | length ) |