aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/TODOs.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-22 09:23:58 -0300
committerEuAndreh <eu@euandre.org>2021-06-22 09:23:58 -0300
commit1a5fd92ab42158d2913551c1b7c6bb273c122ed3 (patch)
treefb4f01f61cdb968706b872edfc14e91a7cea6060 /aux/workflow/TODOs.sh
parentTODOs.md: Add #task-a98cd8d2-8376-0f4c-7cc1-6cb26434ac54 (diff)
downloadeuandre.org-1a5fd92ab42158d2913551c1b7c6bb273c122ed3.tar.gz
euandre.org-1a5fd92ab42158d2913551c1b7c6bb273c122ed3.tar.xz
aux/workflow/TODOs.sh: Use <pre> over <span> for ids
Diffstat (limited to '')
-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>/'