@rivolink/leaf 1.13.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -147,6 +147,8 @@ cat TESTING.md | leaf
|
|
|
147
147
|
- ✅ TOC sidebar with active section tracking and two-level navigation
|
|
148
148
|
- ✅ Search with match highlighting, `/`, `Ctrl+F`, and `n` / `N`
|
|
149
149
|
- ✅ Code blocks `┌─ lang ───┐`
|
|
150
|
+
- ✅ LaTeX math rendering — inline `$...$` and display `$$...$$` with Unicode conversion via `unicodeit`
|
|
151
|
+
- ✅ LaTeX code blocks `` ```latex `` / `` ```tex `` rendered as formula blocks
|
|
150
152
|
- ✅ Bold, italic, strikethrough, blockquotes, lists, and horizontal rules
|
|
151
153
|
- ✅ YAML frontmatter is ignored in both preview and TOC
|
|
152
154
|
- ✅ Native stdin input with bounded size
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivolink/leaf",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Terminal Markdown previewer — GUI-like experience.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"README.md"
|
|
24
24
|
],
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@rivolink/leaf-linux-x64": "1.
|
|
27
|
-
"@rivolink/leaf-linux-arm64": "1.
|
|
28
|
-
"@rivolink/leaf-darwin-x64": "1.
|
|
29
|
-
"@rivolink/leaf-darwin-arm64": "1.
|
|
30
|
-
"@rivolink/leaf-win32-x64": "1.
|
|
31
|
-
"@rivolink/leaf-android-arm64": "1.
|
|
26
|
+
"@rivolink/leaf-linux-x64": "1.15.0",
|
|
27
|
+
"@rivolink/leaf-linux-arm64": "1.15.0",
|
|
28
|
+
"@rivolink/leaf-darwin-x64": "1.15.0",
|
|
29
|
+
"@rivolink/leaf-darwin-arm64": "1.15.0",
|
|
30
|
+
"@rivolink/leaf-win32-x64": "1.15.0",
|
|
31
|
+
"@rivolink/leaf-android-arm64": "1.15.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=14"
|