Skip to content

Commit a46ea50

Browse files
committed
v0.18.1158
1 parent 1b8f844 commit a46ea50

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Changes can be:
1010

1111
...
1212

13+
## 0.18.1158 (2025-11-17)
14+
15+
* ⭐️ Support macros defined in notebooks, @borkdude, fixes [#746](https://github.com/nextjournal/clerk/issues/746)
16+
* 💫 Server-Side-Rendering: Add Support for rendering KaTeX formulas, @borkdude fixes [#761](https://github.com/nextjournal/clerk/issues/761).
17+
* 🐞 Add viewers for html markdown nodes, @borkdude, fixes [#762](https://github.com/nextjournal/clerk/issues/762).
18+
* 🛠 Bump cherry to `v0.4.32`
19+
1320
## 0.18.1150 (2025-07-23)
1421

1522
* 🐜 Fix reagent unsafe html rendering and KaTeX viewer, @borkdude fixes [#759](https://github.com/nextjournal/clerk/issues/759).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use Clerk in your project, you'll need Java 11+ and [`clojure`](https://cloju
4646
following dependency to your `deps.edn`:
4747

4848
```edn
49-
{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1150"}}}
49+
{:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1158"}}}
5050
```
5151

5252
Require and start Clerk as part of your system start, e.g. in `user.clj`:

book.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
;; To use Clerk in your project, add the following dependency to your `deps.edn`:
6262

6363
;; ```edn
64-
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1150"}}}
64+
;; {:deps {io.github.nextjournal/clerk {:mvn/version "0.18.1158"}}}
6565
;; ```
6666

6767
;; Require and start Clerk as part of your system start, e.g. in `user.clj`:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version {:major 0, :minor 18, :rev-count 1150}}
1+
{:version {:major 0, :minor 18, :rev-count 1158}}

0 commit comments

Comments
 (0)