about summary refs log tree commit diff stats
path: root/test.gmi
diff options
context:
space:
mode:
authorCase Duckworth2024-05-09 22:28:47 -0500
committerCase Duckworth2024-05-09 22:28:47 -0500
commit6b63dad736d44ef0e61f4ca1aa95e07430b89af3 (patch)
tree37889195ba326025273a26501fee18d63b39e32f /test.gmi
parentBegin an sh impl (diff)
downloadjimmy-6b63dad736d44ef0e61f4ca1aa95e07430b89af3.tar.gz
jimmy-6b63dad736d44ef0e61f4ca1aa95e07430b89af3.zip
Finish shell impl
This version includes
- customizable format specifiers for all elements
- line and buffer filtering, which makes all sorts of things possible
- and more!
Diffstat (limited to 'test.gmi')
-rw-r--r--test.gmi8
1 files changed, 7 insertions, 1 deletions
diff --git a/test.gmi b/test.gmi index 8d8e178..f2dc0dc 100644 --- a/test.gmi +++ b/test.gmi
@@ -24,4 +24,10 @@ for (a=1;a<=4;a++) {
24=> example.com link list 2 24=> example.com link list 2
25=> example.com link list 3 25=> example.com link list 3
26 26
27ok 27ok, now for another test:
28will *strong* in-line text be converted?
29as well as `code`, _emph_ and such?
30what if *i _nest_ them*
31what if *i _nest them* wrong_ ?
32what about *breaking them
33over two lines?* \ No newline at end of file