File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
* 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 ) )
7
7
* Bump commonmark to 0.24.0
8
8
* Bump markdown-it to 14.1.0
9
9
* Render ` :code ` according to spec into ` <pre> ` and ` <code> ` block with language class (see [ #39 ] ( https://github.com/nextjournal/markdown/issues/39 ) )
10
10
* No longer depend on ` applied-science/js-interop `
11
11
* 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
12
14
13
15
## 0.6.157
14
16
You can’t perform that action at this time.
0 commit comments