Skip to content

HTML Generator 🦀 v0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 19:54
142dc43

Release v0.0.1 - 2024-10-07

HTML Generator logo

HTML Generator (html-generator)

A Rust-based HTML generation and optimization library.

Made With Love Crates.io lib.rs Docs.rs Codecov Build Status GitHub

• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines

Overview

The html-generator is a robust Rust library designed for transforming Markdown into SEO-optimized, accessible HTML. Featuring front matter extraction, custom header processing, table of contents generation, and performance optimization for web projects of any scale.

Features

  • Markdown to HTML Conversion: Convert Markdown content to HTML with support for custom extensions.
  • Front Matter Extraction: Extract and process front matter from Markdown content.
  • Advanced Header Processing: Automatically generate id and class attributes for headers.
  • Table of Contents Generation: Create a table of contents from HTML content.
  • SEO Optimization: Generate meta tags and structured data (JSON-LD) for improved search engine visibility.
  • Accessibility Enhancements: Add ARIA attributes and validate against WCAG guidelines.
  • Performance Optimization: Minify HTML output and support asynchronous generation for large sites.
  • Flexible Configuration: Customize the HTML generation process through a comprehensive set of options.

Changelog 📚

fix(html-generator): 🚑 fix Cargo.toml keywords

What's Changed

New Contributors

Full Changelog: https://github.com/sebastienrousseau/html-generator/commits/v0.0.1