Skip to content

Commit 171b431

Browse files
committed
changelog
1 parent acc8001 commit 171b431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
## Unreleased
44

55
* Hiccup JVM compatibility for fragments (see [#34](https://github.com/nextjournal/markdown/issues/34))
6-
* Support HTML blocks and inline HTML (see [#7](https://github.com/nextjournal/markdown/issues/7))
6+
* Support HTML blocks (`:html-block`) and inline HTML (`:html-inline`) (see [#7](https://github.com/nextjournal/markdown/issues/7))
77
* Bump commonmark to 0.24.0
88
* Bump markdown-it to 14.1.0
99
* Render `:code` according to spec into `<pre>` and `<code>` block with language class (see [#39](https://github.com/nextjournal/markdown/issues/39))
1010
* No longer depend on `applied-science/js-interop`
1111
* Accept parsed result in `->hiccup` function
12+
* Expose `nextjournal.markdown.transform` through main `nextjournal.markdown` namespace
13+
* Stabilize API and no longer mark library alpha
1214

1315
## 0.6.157
1416

0 commit comments

Comments
 (0)