Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.1 KB

File metadata and controls

38 lines (30 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-01-11

Added

  • Initial release
  • Core Markdown to Typst conversion functionality
  • Support for GitHub Flavored Markdown (GFM)
  • Math equation support (inline and block)
  • Table support with alignment
  • Footnote support
  • YAML frontmatter parsing
  • Code block syntax highlighting
  • Links (inline and reference-style)
  • Images
  • Lists (ordered and unordered, nested)
  • Blockquotes
  • Text formatting (bold, italic, strikethrough)
  • Headings (H1-H6)
  • Horizontal rules
  • Table of contents generation

Features

  • Full TypeScript implementation
  • Browser and Node.js compatible
  • ESM module format
  • Bundled single-file distribution
  • Configurable options (title, authors, description, language...)