Anchors convertion + updated README

This commit is contained in:
Cyrille L 2023-03-08 11:48:36 +01:00
parent 35421678b8
commit 36520d9ab6
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ def wip_words_tags():
anchor_links = re.findall(r'>_(.+?):', line)
for item in anchor_links:
anchor_id = '%s%s:'%(tyto.words_tags[0][0], item)
print(anchor_id)
article_bottom = article_bottom.replace(
anchor_id, tyto.words_tags[0][2]%item
)