X-Git-Url: https://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=markdown.awk;h=c4e1a72e3e023102f5a60a9ec8046065315114cc;hp=134002db06d363a977d8318c38b02ca7cf6ccd9a;hb=4f6c3febe9c001b53be4949cccc7e92a20a16433;hpb=3d2264ce0ed3d74b084531e364e27e5427ac1cf4 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"; }