leandrocp / mdex

A fast 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter for Elixir.
https://mdex-c31.pages.dev
MIT License
83 stars 6 forks source link

Update comrak to 0.20.0 #27

Closed supernintendo closed 5 months ago

supernintendo commented 6 months ago

This PR updates the comrak dependency to version 0.20.0. The most significant change here deals with how ComrakOptions and related structs are constructed which can no longer use struct expressions due to the addition of #[non_exhaustive] (see https://github.com/kivikakk/comrak/pull/305 and https://github.com/kivikakk/comrak/issues/321).