Anchors convertion + updated README
This commit is contained in:
parent
35421678b8
commit
36520d9ab6
|
@ -237,7 +237,6 @@ def wip_words_tags():
|
||||||
anchor_links = re.findall(r'>_(.+?):', line)
|
anchor_links = re.findall(r'>_(.+?):', line)
|
||||||
for item in anchor_links:
|
for item in anchor_links:
|
||||||
anchor_id = '%s%s:'%(tyto.words_tags[0][0], item)
|
anchor_id = '%s%s:'%(tyto.words_tags[0][0], item)
|
||||||
print(anchor_id)
|
|
||||||
article_bottom = article_bottom.replace(
|
article_bottom = article_bottom.replace(
|
||||||
anchor_id, tyto.words_tags[0][2]%item
|
anchor_id, tyto.words_tags[0][2]%item
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue