A cute cat(1) for the terminal with advanced code viewing, Markdown rendering, 🌳 tree-sitter syntax highlighting, images view and more.
202
stars
2
forks
source link
feat: add markdown html blocks rendering #23
Closed
guilhermeprokisch closed 1 month ago
This PR introduces HTML to Markdown conversion functionality. The main changes include:
convert_html
to enable/disable HTML to Markdown conversion.htmd
crate.render_node
function to handle HTML nodes and convert them to Markdown when enabled.--convert-html
CLI option.