Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

37 lines (17 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file. See our coding standards for commit guidelines.

0.2.0 (2024-12-01)

Bug Fixes

  • add micromark parser to markdownlint config (3f05e92)

0.1.1 (2024-05-23)

Features

  • ensure top-level lists are linted according to 'start_indent' (9363d16)

0.1.0 (2023-07-17)

Features

  • add initial implementation (453050d)
  • setup initial project (bb563e0)

Bug Fixes

  • allow varying indentation inside of blockquotes (a7375e2)
  • html text tokens are not checked properly (c6ec9b9)