tpnote-html2md

Crates.iotpnote-html2md
lib.rstpnote-html2md
version0.3.1
created_at2025-03-03 13:49:09.46072+00
updated_at2025-07-03 03:15:23.316405+00
descriptionHTML to Markdown converter library
homepage
repositoryhttps://gitlab.com/getreu/tp-note
max_upload_size
id1575575
size130,296
Jens Getreu (getreu)

documentation

README

This HTML to Markdown converter library is a fork of the https://gitlab.com/Kanedias/html2md repository (commit 03b8a09) under the terms of the MIT license granted to Tp-Note with commit c8bccca4.

The tpnote-html2md crate

A library to convert simple HTML documents into Markdown.

Features

Currently, supported:

  • Lists (and inner lists)
  • Headers
  • Quotes (and inner quotes)
  • Paragraphs
  • Horizontal rulers
  • Images and links
  • Tables
  • Formatting (bold, italic, strike-through, underline)
  • Code (doesn't yet detect the language)
Commit count: 2215

cargo fmt