diff options
author | Case Duckworth | 2024-02-06 00:11:59 -0600 |
---|---|---|
committer | Case Duckworth | 2024-02-06 00:11:59 -0600 |
commit | b1b0b5f2b000d20f9bc6fa32a734a6e8fb52eb9b (patch) | |
tree | fc18b136592217b33d805027524195b894d8561a /readme.md | |
parent | Add license, makefile, etc (diff) | |
download | subtext-b1b0b5f2b000d20f9bc6fa32a734a6e8fb52eb9b.tar.gz subtext-b1b0b5f2b000d20f9bc6fa32a734a6e8fb52eb9b.zip |
Change readme.md to readme.st that build to readme.html
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/readme.md b/readme.md deleted file mode 100644 index 46c5943..0000000 --- a/readme.md +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | # subtext | ||
2 | ## a layered roffish markup .. thing | ||
3 | |||
4 | subtext is a way to write text using shell templating and roff-like aesthetics for fun. confused? I don't know how to describe it really. just look at the syntax, i guess. | ||
5 | |||
6 | ## syntax | ||
7 | |||
8 | subtext's syntax is inspired by roff mostly, with some other line-oriented markups in there as well. its semantics are mostly inspired by this one program i read about reading files as shell here-docs. i kinda combined those ideas together to make an awk script that generates a shell script that you can execute to generate markup. i will *eventually* have html and gemtext macrofiles in this repo, so you can generate html and gemtext from the same source file. | ||
9 | |||
10 | ### text lines | ||
11 | |||
12 | ### shell substitution | ||
13 | |||
14 | ### dotted lines | ||
15 | |||
16 | ### hashed lines | ||
17 | |||
18 | ## what's a macrofile? | ||
19 | |||
20 | note: i should probably change this name | ||