CHANGELOG with new image compiling
diff --git a/pkgs/markdown/CHANGELOG.md b/pkgs/markdown/CHANGELOG.md index 7af705f..924535f 100644 --- a/pkgs/markdown/CHANGELOG.md +++ b/pkgs/markdown/CHANGELOG.md
@@ -3,6 +3,10 @@ * BREAKING: Now following the CommonMark spec for fenced code blocks. If a language (info string) is provided, it is added as a class to the `code` element with a `language-` prefix. +* BREAKING: Now following the CommonMark spec for images. Previously, + `` would compile too + `<a href="img.prg"><img src="img.prg" alt="text"></img></a>`. That same code + will now compile to `<img src="img.png" alt="text" />`. ## 0.9.0