pub use Markdown;
pub use DIVIDER;
pub use create_markdown_table;
// TODO
// Better logic for markdown table?
// Test for rows not matching headers
// Replace all HashMap []s with .get()
// Test names - what is the convention?
// Reduce clones
// Numbered bullet point decoration
// Refactor non-pub decoration functions
// Test and make sure all code renders into markdown correctly
// Update changelog
// https://wordpress.com/support/markdown-quick-reference/