Skip to content

Commit 07b8b08

Browse files
committed
v0.6.157
1 parent 4f402f9 commit 07b8b08

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## 0.6 Unreleased
3+
## Unreleased
44

5-
* We're swapping out GraalJS in favour of [commonmark-java](https://github.com/markdown-it/markdown-it) on the JVM side. The cljs implementation stays the same.
6-
* Comply with commonmark's suggested rendering of images by default ([#18](https://github.com/nextjournal/markdown/issues/18)). This is a breaking change.
5+
...
6+
7+
## 0.6.157
8+
9+
* Swap out GraalJS ([#28](https://github.com/nextjournal/markdown/issues/28)) in favour of [commonmark-java](https://github.com/markdown-it/markdown-it) on the JVM side.
10+
This makes the library compatible with Java 22 and yields an approximate speedup of 10x. The clojurescript implementation stays the same.
11+
* Comply with commonmark rendering of images by default (see [#18](https://github.com/nextjournal/markdown/issues/18)).
712

813
## 0.5.148
914

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ A cross-platform clojure library for [Markdown](https://en.wikipedia.org/wiki/Ma
1818

1919
## Flavor
2020

21-
By building on top of [markdown-it](https://github.com/markdown-it/markdown-it), we adhere to [CommonMark Spec](https://spec.commonmark.org/0.30/) (with some exceptions[^images]) and also comply with extensions from [Github flavoured Markdown](https://github.github.com/gfm). Additionally, we parse $\LaTeX$ formulas (delimited by a $ for inline rendering or $$ for display mode).
22-
23-
For more details you might have a look at [the set of plugins](https://github.com/nextjournal/markdown/blob/main/src/js/markdown.js) we're using.
21+
We adhere to [CommonMark Spec](https://spec.commonmark.org/0.30/) and comply with extensions from [Github flavoured Markdown](https://github.github.com/gfm). Additionally, we parse $\LaTeX$ formulas (delimited by a $ for inline rendering or $$ for display mode).
2422

2523
## Usage
2624

@@ -116,6 +114,3 @@ The transformation of markdown node types can be customised like this:
116114
## Extensibility
117115

118116
We added minimal tooling for [extending markdown expressions](https://nextjournal.github.io/markdown/notebooks/parsing_extensibility).
119-
120-
[^images]: isolated images are not wrapped in a paragraph
121-
node, unless they're part of inline content. See more examples in this [notebook](https://nextjournal.github.io/markdown/notebooks/images).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.5.148"}
1+
{:version "0.6.157"}

0 commit comments

Comments
 (0)