yoshuawuyts/components

[component] htmlmark — HTML ↔ Markdown conversion

Open

#13 aperta il 1 mag 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (1 fork)github user discovery
good first issue

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Goal

Component to transform HTML (document or fragment) into clean Markdown, ideally focused on main-article/body (like Mozilla Readability). Optionally: Markdown → HTML.

Scope/Features

  • Parse HTML, extract main content, output Markdown (GFM)
  • Optionally: also support Markdown → HTML rendering
  • No network; pure function

Rough WIT shape

  • extract(input: string) -> result<string, error>
  • render(md: string) -> result<string, error> (optional)

Candidate crates

Labels

  • good first issue

Leave a comment to claim, suggest changes, or link upstream crates!

Guida contributor