diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-09 15:35:32 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-09 15:36:16 +0100 |
commit | f0675acff032a2558d0d7b303c0b8199fd17c162 (patch) | |
tree | 4ea5cd68bb7155d132befe48132c0af4bf6be10b /app/Main.hs | |
parent | 075afbe4d365d8056a610d6e05d699893337c064 (diff) |
fix extracting tags from code
Diffstat (limited to 'app/Main.hs')
-rw-r--r-- | app/Main.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Main.hs b/app/Main.hs index 1aff48b..e1ae560 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -38,7 +38,6 @@ -- I am neither for nor against replacing `mdcat` with our own markdown -- rendering. -- --- @supersedes exclude-tags-in-code-blocks -- @supersedes make-show-page-able -- @supersedes only-separate-generated-tags-with-a-blank-line-when-description-does-not-end-with-tags -- @@ -175,14 +174,6 @@ -- @should-automatically-generated-ids-be-random, as long as they are an -- additional mechanisam (so that we can ditch them, should they not work out). --- FIXME Exclude tags in code blocks --- --- Tags which appear in markdown code blocks should not be considered --- tags. --- --- @topic tags --- @topic markdown - -- TODO Only separate generated tags with a blank line when description does not end with tags -- -- An issue like |