Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Tables #[72](https://github.com/icyleaf/markd/pull/72) thanks @[ralsina](https://github.com/ralsina)
- Alerts #[94](https://github.com/icyleaf/markd/pull/94) thanks @[ralsina](https://github.com/ralsina)
- Extended Autolinks #[86](https://github.com/icyleaf/markd/pull/86) thanks @[ralsina](https://github.com/ralsina)
- Tartrazine code block syntax highlighting #[67](https://github.com/icyleaf/markd/pull/81) thanks @[zw963](https://github.com/zw963).
- Tagfilter option for GFM #[64](https://github.com/icyleaf/markd/pull/64) thanks @[nobodywasishere](https://github.com/nobodywasishere).
- Task list / checkbox support for GFM #[63](https://github.com/icyleaf/markd/pull/63) thanks @[nobodywasishere](https://github.com/nobodywasishere).
- Strikethrough support for GFM #[62](https://github.com/icyleaf/markd/pull/62) thanks @[nobodywasishere](https://github.com/nobodywasishere).
- Emoji support for GFM #[61](https://github.com/icyleaf/markd/pull/61) thanks @[nobodywasishere](https://github.com/nobodywasishere).

### Fixed

- Large numbers failing to be parsed as starts of lists #[81](https://github.com/icyleaf/markd/pull/81)

### TODO

- GFM support
- Full GFM support

## [0.5.0] (2022-06-14)

Expand Down