Modules§
Functions§
- clean_markdown 
- Called after all processing has been finished
- clean_markdown_ bytes 
- Called after all processing has been finished
- replace_markdown_ chars 
- Replace the markdown chars cleanly.
- rewrite_html 
- Main function of this library to come. Rewrites incoming HTML, converts it into Markdown and returns converted string. Incomplete work in progress for major performance increases.
- rewrite_html_ custom_ with_ url 
- Custom variant of rewrite function.
- rewrite_html_ custom_ with_ url_ and_ chunk 
- Custom variant of rewrite function.
- rewrite_html_ custom_ with_ url_ streaming 
- Custom variant of rewrite function streaming async.
- rewrite_html_ streaming 
- Main function of this library async streaming. Rewrites incoming HTML, converts it into Markdown and returns converted string. Incomplete work in progress for major performance increases.