diff --git a/README.md b/README.md index 80ab38d..e4ff852 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Instead of `@syntax` module attribute, one might use ## Changelog +- **`0.9.10`** [:ant:] escape in blocks (credits @adriansalamon,) sup, sub, center, youtube - **`0.9.9`** [:ant:] fixed nested mixed lists - **`0.9.7`** [:ant:] fixed custom parsers invocation - **`0.9.4`** adds `class: "empty-anchor"` to tags expecting attributes to be set, fixed :ant: with nested brackets diff --git a/mix.exs b/mix.exs index 224c377..a56023c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Md.MixProject do use Mix.Project @app :md - @version "0.9.9" + @version "0.9.10" def project do [