@rivolink/leaf-linux-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.
- package/README.md +7 -1
- package/leaf +0 -0
- 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
|
|
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
|