Module to_md

Module to_md 

Source
Expand description

This module contains functions that converts a Node to a markdown string.

Functionsยง

from_html_to_mdDeprecated
Converts a string of HTML to a markdown string.
safe_from_html_to_md
Safely converts a string of HTML to a markdown string.
safe_from_html_to_md_with_config
Safely converts a string of HTML to a markdown string with custom config.
to_md
Converts a Node to a markdown string.
to_md_with_config
Converts a Node to a markdown string with custom config.