htmd 0.2.2

A turndown.js inspired HTML to Markdown converter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(test)]
mod basic_tests;

#[cfg(test)]
mod table_tests;

#[cfg(test)]
mod list_tests;

#[cfg(test)]
mod link_tests;

#[cfg(test)]
mod turndown_cases_tests;

#[cfg(test)]
mod turndown_online_demo_tests;