{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"Renders CommonMark and GitHub Flavored Markdown to HTML or normalized CommonMark via Python bindings to the Rust Comrak parser.","skillfed_tags":["markdown-parser","rust-bindings"],"use_cases":["Convert user-supplied markdown to safe HTML in web applications or content management systems.","Normalize and reformat markdown documents using CommonMark output and list-style options.","Parse markdown with GitHub Flavored Markdown extensions (tables, strikethrough, autolinks) for documentation tools.","Render markdown alerts and semantic HTML features in static site generators or documentation platforms.","Process markdown with shortcode expansion (emoji, custom tags) in content pipelines."],"what_it_does":"Comrak is a Python wrapper around the Comrak Rust library, exposing a fast CommonMark and GitHub Flavored Markdown parser. It offers two main rendering modes: `render_markdown()` for HTML output and `render_commonmark()` for normalized CommonMark text. The package exposes the full option surface of the underlying Rust library\u2014Extension, Parse, and Render options\u2014allowing fine-grained control over parsing behavior and output formatting, including support for alerts, shortcodes, and list style customization.\n\nThe binding has no runtime dependencies and ships with prebuilt wheels for modern Python versions (3.9\u20133.14) and multiple platforms, making installation straightforward. It is actively maintained and tracks Comrak 0.54. The package is suitable for applications that need fast, standards-compliant markdown processing with access to advanced parsing and rendering options.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, zero runtime dependencies, and offers prebuilt wheels across major platforms and Python versions. It provides a fast, standards-compliant markdown parser with a rich options API. Install it if you need CommonMark/GFM parsing with performance or advanced rendering control; skip it if you need only basic markdown-to-HTML conversion and are comfortable with slower pure-Python alternatives."},"id":"comrak","links":{"html":"https://skillfed.io/packages/comrak","md":"https://skillfed.io/packages/comrak.md","pypi":"https://pypi.org/project/comrak/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-27","license_spdx":null,"license_treatment":"permissive","name":"comrak","python_support":"supports_current","summary":"Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser"},"popularity":{"monthly_downloads":284097,"position":8067,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.16"}
