From: Paul Hänsch Date: Tue, 29 Jun 2021 17:28:32 +0000 (+0200) Subject: todo items X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=4f6c3febe9c001b53be4949cccc7e92a20a16433;hp=3d2264ce0ed3d74b084531e364e27e5427ac1cf4 todo items --- diff --git a/markdown.awk b/markdown.awk index 134002d..c4e1a72 100755 --- a/markdown.awk +++ b/markdown.awk @@ -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"; }