aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/TODOs.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-22 14:06:22 -0300
committerEuAndreh <eu@euandre.org>2021-06-22 14:06:22 -0300
commit571403e9f58990c7e8d603114efebc3fdd056be0 (patch)
tree5fd39057c66ff12c8caadd8e5672c7299e0503ed /aux/workflow/TODOs.sh
parentTODOs.md: Update body of #task-47d98f68-0dec-f9b2-4d5c-bfe822411477 (diff)
downloadremembering-571403e9f58990c7e8d603114efebc3fdd056be0.tar.gz
remembering-571403e9f58990c7e8d603114efebc3fdd056be0.tar.xz
aux/workflow/TODOs.sh: Use <pre> over <span> for ids
Diffstat (limited to 'aux/workflow/TODOs.sh')
-rwxr-xr-xaux/workflow/TODOs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/TODOs.sh b/aux/workflow/TODOs.sh
index 9f9f657..160e76f 100755
--- a/aux/workflow/TODOs.sh
+++ b/aux/workflow/TODOs.sh
@@ -8,7 +8,7 @@ PROJECT="$2"
MAILING_LIST="$3"
TLD="$(cat aux/tld.txt)"
-TODOS_ADD_REGEX='s/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE) (.*) \{#(.*?)\}$/## <a href="#\3"><span class="\1">\1<\/span> \2<\/a>\n<span class="header-anchor" id="\3">#\3<\/span>\n/'
+TODOS_ADD_REGEX='s/^## (TODO|DOING|WAITING|MEETING|INACTIVE|NEXT|CANCELLED|DONE) (.*) \{#(.*?)\}$/## <a href="#\3"><span class="\1">\1<\/span> \2<\/a>\n<pre class="header-anchor" id="\3">#\3<\/pre>\n/'
TODOS_CLEANUP_REGEX1='s/(<a><a)/<a/'
TODOS_CLEANUP_REGEX2='s/<\/a><\/a>/<\/a>/'