@rivolink/leaf-darwin-x64 1.14.0 → 1.15.1

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 +7 -1
  2. package/leaf +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,11 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- Terminal Markdown <a href="https://github.com/RivoLink/leaf/blob/main/images/preview.png" alt="Previewer">Previewer</a> — GUI-like experience.
6
+ Terminal Markdown previewer — GUI-like experience.
7
+ </p>
8
+
9
+ <p align="center">
10
+ <img src="images/preview.png" alt="leaf" width="710px" />
7
11
  </p>
8
12
 
9
13
  ## Install
@@ -147,6 +151,8 @@ cat TESTING.md | leaf
147
151
  - ✅ TOC sidebar with active section tracking and two-level navigation
148
152
  - ✅ Search with match highlighting, `/`, `Ctrl+F`, and `n` / `N`
149
153
  - ✅ Code blocks `┌─ lang ───┐`
154
+ - ✅ LaTeX math rendering — inline `$...$` and display `$$...$$` with Unicode conversion via `unicodeit`
155
+ - ✅ LaTeX code blocks `` ```latex `` / `` ```tex `` rendered as formula blocks
150
156
  - ✅ Bold, italic, strikethrough, blockquotes, lists, and horizontal rules
151
157
  - ✅ YAML frontmatter is ignored in both preview and TOC
152
158
  - ✅ 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-darwin-x64",
3
- "version": "1.14.0",
3
+ "version": "1.15.1",
4
4
  "description": "leaf binary for darwin x64",
5
5
  "os": [
6
6
  "darwin"