{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Converts GitHub-flavored Markdown to HTML with support for offline conversion, image optimization, LaTeX formulas, PDF export, and emoji shortcodes.","skillfed_tags":["markdown-to-html","static-site-generation","offline-conversion"],"use_cases":["Convert README.md files to standalone HTML pages for static documentation sites or GitHub Pages.","Batch convert markdown homework or assignment files to PDF with formula support and image embedding.","Generate styled HTML from markdown in CI/CD pipelines using offline mode without external service calls.","Optimize and cache images referenced in markdown while maintaining correct relative links in output HTML.","Create table-of-contents-enabled HTML documents from markdown with LaTeX formula rendering."],"what_it_does":"gh-md-to-html is a Python module and command-line tool that converts Markdown to HTML, primarily targeting GitHub-flavored Markdown. It can use GitHub's online Markdown API (requiring internet) or operate offline with a mode designed to closely imitate GitHub's behavior. The package extends any underlying markdown converter with features like image downloading and optimization, LaTeX formula support, PDF export, emoji shortcode expansion, table-of-contents generation, and GitHub-style CSS styling.\n\nThe tool is designed mainly for static site generation from markdown files\u2014particularly useful for GitHub Actions workflows or static site builders\u2014but works for any markdown-to-HTML task. It handles non-ASCII characters, manages image caching and responsive sizing via srcset, and creates root-relative links. Dependencies include Pillow, beautifulsoup4, emoji, requests, shellescape, and webcolors for image processing, HTML parsing, and styling.","worth_installing":"Yes, with conditions. The package is stable and has no known vulnerabilities, with low install friction. However, it is dormant\u2014no updates in 788 days\u2014so compatibility with current versions of its dependencies is unverified. Install if you need GitHub-flavored markdown conversion with image optimization and formula support and can tolerate potential drift; avoid if you require active maintenance."},"id":"gh-md-to-html","links":{"html":"https://skillfed.io/packages/gh-md-to-html","md":"https://skillfed.io/packages/gh-md-to-html.md","pypi":"https://pypi.org/project/gh-md-to-html/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-06-17","license_spdx":null,"license_treatment":"unclear","name":"gh-md-to-html","python_support":"supports_current","summary":"Feature-rich Github-flavored Markdown to html python and command line interface."},"popularity":{"monthly_downloads":176396,"position":10243,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.21.3"}
