From 4f6c3febe9c001b53be4949cccc7e92a20a16433 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 29 Jun 2021 19:28:32 +0200 Subject: [PATCH] todo items --- markdown.awk | 1 + 1 file changed, 1 insertion(+) 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"; } -- 2.39.2