You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/markopress/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
### ✨ Features
6
+
7
+
- configurable syntax highlighting themes via `markdown.theme` (defaults to vitesse-light/vitesse-dark)
8
+
- configurable language preloading via `markdown.languages` config field
9
+
- pass `markdown.theme` and `markdown.languages` to dev server renderer
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
- fix line highlighting (`{1,3}` syntax): override fence renderer to reconstruct meta from `token.attrs` since `markdown-it-attrs` strips `{...}` from info string
14
+
- fix `enhanceHastWithLineFeatures` to work with Shiki 1.x native `<span class="line">` structure
15
+
- fix `findElement` rejecting `Root` nodes in HAST tree
16
+
- use `class` property instead of `className` in HAST to match Shiki's output format
17
+
18
+
### 📦 Refactor
19
+
20
+
- extract `preloadContentLanguages()` to deduplicate language scanning between build and dev pipelines
0 commit comments