Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

1.10.2

RivoLink 80d375cb c1da64ed

+12 -2
+10
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.10.2](https://github.com/RivoLink/leaf/releases/tag/1.10.2)] - 2026-04-18 11 + 12 + ### Docs 13 + 14 + - npm packages readme ([#32](https://github.com/RivoLink/leaf/pull/32)) 15 + 16 + ### Fixed 17 + 18 + - heading inline code ([#31](https://github.com/RivoLink/leaf/pull/31)) 19 + 10 20 ## [[1.10.1](https://github.com/RivoLink/leaf/releases/tag/1.10.1)] - 2026-04-17 11 21 12 22 ### Fixed
+1 -1
Cargo.lock
··· 698 698 699 699 [[package]] 700 700 name = "leaf" 701 - version = "1.10.1" 701 + version = "1.10.2" 702 702 dependencies = [ 703 703 "anyhow", 704 704 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.10.1" 3 + version = "1.10.2" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"