Expand description
This module contains functions that converts a Node to a markdown string.
Functionsยง
- from_
html_ to_ md Deprecated - 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.