]> git.plutz.net Git - cgilite/commitdiff
todo items
authorPaul Hänsch <paul@plutz.net>
Tue, 29 Jun 2021 17:28:32 +0000 (19:28 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 29 Jun 2021 17:28:32 +0000 (19:28 +0200)
markdown.awk

index 134002db06d363a977d8318c38b02ca7cf6ccd9a..c4e1a72e3e023102f5a60a9ec8046065315114cc 100755 (executable)
@@ -67,6 +67,7 @@
 # - [?] ... three-dot ellipsis (smartypants)
 # - [-] en-dash (smartypants)
 # - [ ] Automatic em-dash / en-dash
+# - [ ] Automatic -> Arrows <-
 
 function debug(text) { printf "\n---\n%s\n---\n", text > "/dev/stderr"; }