Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

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

1.15.4

RivoLink 47100c22 33819b63

+8 -2
+6
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.15.4](https://github.com/RivoLink/leaf/releases/tag/1.15.4)] - 2026-04-25 11 + 12 + ### Fixed 13 + 14 + - inline code/latex in tables ([#50](https://github.com/RivoLink/leaf/pull/50)) 15 + 10 16 ## [[1.15.3](https://github.com/RivoLink/leaf/releases/tag/1.15.3)] - 2026-04-24 11 17 12 18 ### Fixed
+1 -1
Cargo.lock
··· 707 707 708 708 [[package]] 709 709 name = "leaf" 710 - version = "1.15.3" 710 + version = "1.15.4" 711 711 dependencies = [ 712 712 "anyhow", 713 713 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.15.3" 3 + version = "1.15.4" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"