File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Tui-markdown and Markdown-Reader
2
2
3
- A Ratatui library and TUI app for rendering Markdown
3
+ An experimental Proof of Concept Ratatui library and TUI app for rendering Markdown
4
4
5
5
- [ Tui-markdown README] ( ./tui-markdown/README.md )
6
6
- [ Markdown-reader README] ( ./markdown-reader/README.md )
Original file line number Diff line number Diff line change 8
8
9
9
[ GitHub Repository] · [ Changelog] · [ Contributing]
10
10
11
- A simple markdown reader that uses [ Ratatui] to render markdown files. The primary purpose of this
12
- crate is to test the [ tui-markdown] crate.
11
+ An experimental Proof of Concept markdown reader that uses [ Ratatui] to render markdown files. The
12
+ primary purpose of this crate is to test the [ tui-markdown] crate. It is not ready for any sort of
13
+ real world use.
13
14
14
15
![ Made with VHS] ( https://vhs.charm.sh/vhs-6Ur5mxqdVTizZxiAmgIjAE.gif )
15
16
Original file line number Diff line number Diff line change 1
1
# Tui-markdown
2
2
3
- A library for converting markdown content to a [ Ratatui] ` Text ` value. See [ Markdown-reader ] for an
4
- example application that uses this library.
3
+ An experimental Proof of Concept library for converting markdown content to a [ Ratatui] ` Text `
4
+ value. See [ Markdown-reader ] for an example application that uses this library.
5
5
6
6
[ ![ Crate badge]] [ tui-markdown ]
7
7
[ ![ Docs.rs Badge]] [ API Docs ]
You can’t perform that action at this time.
0 commit comments