diff options
author | Case Duckworth | 2024-05-18 21:15:02 -0500 |
---|---|---|
committer | Case Duckworth | 2024-05-18 21:15:02 -0500 |
commit | e636d827581dbebbbdcda92d462a36d550693cdd (patch) | |
tree | dbe1a83af73d5ff853140624950fbd7c0d03eadc /test.gmi | |
parent | Final sh commit (diff) | |
download | jimmy-e636d827581dbebbbdcda92d462a36d550693cdd.tar.gz jimmy-e636d827581dbebbbdcda92d462a36d550693cdd.zip |
Remove old code
Diffstat (limited to 'test.gmi')
-rw-r--r-- | test.gmi | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/test.gmi b/test.gmi deleted file mode 100644 index 62bed2e..0000000 --- a/test.gmi +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | title: a test document | ||
2 | date: 2024-05-13T03:02:45Z | ||
3 | uuid: b3daebf1-440b-4828-a4d9-9089c7bd7c61 | ||
4 | |||
5 | # a test document of some kind | ||
6 | |||
7 | here is a test document. | ||
8 | it has paragraphs | ||
9 | => example.com with links! | ||
10 | and other things. | ||
11 | |||
12 | ## a code example | ||
13 | ``` | ||
14 | for (a=1;a<=4;a++) { | ||
15 | printf("%d\n", a); | ||
16 | } | ||
17 | ``` | ||
18 | |||
19 | ### other examples | ||
20 | |||
21 | > a blockquote is a quote | ||
22 | > that is blocky. | ||
23 | |||
24 | * list 1 | ||
25 | * list 2 | ||
26 | * list 3 | ||
27 | => example.com link list 1 | ||
28 | => example.com link list 2 | ||
29 | => example.com link list 3 | ||
30 | |||
31 | ok, now for another test: | ||
32 | will *strong* in-line text be converted? | ||
33 | as well as `code`, _emph_ and such? | ||
34 | what if *i _nest_ them* | ||
35 | what if *i _nest them* wrong_ ? | ||
36 | what about *breaking them | ||
37 | over two lines?* | ||