We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1172951 commit 5d22920Copy full SHA for 5d22920
demo.tape
@@ -6,13 +6,12 @@ Set Height 600
6
Hide
7
Type "cargo run -- markdown-reader/TEST.md"
8
Enter
9
-Sleep 2s
+Sleep 4s
10
Show
11
-Sleep 1s
12
-Down@100ms 40
13
+Space@4s 4
+# Sleep 2s
14
Type "g"
15
16
17
Type "q"
18
Sleep 500ms
markdown-reader/README.md
@@ -11,7 +11,7 @@
A simple markdown reader that uses [Ratatui] to render markdown files. The primary purpose of this
crate is to test the [tui-markdown] crate.
-
+
## Installation
0 commit comments