Add links and cleanup formatting on multiple articles

This commit is contained in:
Travis Briggs
2020-04-12 21:47:42 -07:00
committed by Ben Harris
parent 32e36c7242
commit 8855b7cfbf
16 changed files with 37 additions and 38 deletions

View File

@@ -6,10 +6,10 @@ JSON is the "Javascript Object Notation", basically a file format for
data that's suitable for easy processing by most modern web-based tools.
Several tilde.club programs expose APIs essentially by spitting out
JSON as their output, including e.g. the list of recently updated home
JSON as their output, including e.g. the list of recently updated home
pages at
http://tilde.club/~delfuego/tilde.24h.json
[http://tilde.club/~delfuego/tilde.24h.json](http://tilde.club/~delfuego/tilde.24h.json)
If you're looking to parse JSON from the command line with a minimum of
code, the `jq` program may be your thing. `jq` is a filter that takes