Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:23

Changelog

  • a1399d9 Add --no-highlight flag to skip syntax highlighting
  • 1ea6404 Add goreleaser release pipeline and CI workflows
  • 69bca6a Add npm/npx distribution via platform packages
  • 62d64b0 Add parallel batch conversion for multiple input files
  • 188b7d0 Avoid copying whole document to a string on every conversion
  • 90fa46d Bypass chroma for fences it has no lexer for
  • 8596c20 Document batch mode, --no-highlight, and performance
  • e28f8da Ignore local test-markdown benchmarking scratch directory
  • 2f1e7b9 Pool conversion buffers and stream output to file
  • 6e7dbf5 Size batch worker pool to GOMAXPROCS, not NumCPU
  • d08cd87 Use an O(1) heading-ID dedup generator
  • 63cdb8d Widen HTML container from 800px to 980px
  • 8d55f5e add binary
  • 538fc04 add support for creating output directories in converter and update README with example
  • 358db77 cleanup
  • 4c82177 fix .gitignore entry for mkdown
  • 3f636fe initial commit
  • d4d6f1e latex/mermaid support
  • 3efdf50 mermaid full-screen
  • ddc2732 update .gitignore to include cmd/mkdown directory
  • b5046d4 update README to reflect correct installation command for mkdown