@rivolink/leaf-linux-arm64 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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/leaf +0 -0
  3. package/package.json +1 -1
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/leaf CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivolink/leaf-linux-arm64",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "leaf binary for linux arm64",
5
5
  "os": [
6
6
  "linux"