We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d782a1 commit cab8cfdCopy full SHA for cab8cfd
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## v10.0.0 - 2026-01-19
4
+
5
- Added support for symbols.
6
7
## v9.0.0 - 2026-01-14
README.md
@@ -59,5 +59,6 @@ This project is a work in progress. So far it supports:
59
- [x] Smart replacing of `...` with ellipsis
60
- [x] Smart replacing of hyphens with dashes
61
- [x] Span with attributes
62
+- [x] Symbols
63
- [x] Thematic breaks
64
- [x] Unordered lists
gleam.toml
@@ -1,5 +1,5 @@
name = "jot"
-version = "9.0.0"
+version = "10.0.0"
gleam = ">= 1.5.0"
description = "A parser for Djot, a markdown-like language"
licences = ["Apache-2.0"]
0 commit comments