utilisation de pypandoc et linking articles

This commit is contained in:
Tykayn 2025-02-19 22:39:11 +01:00 committed by tykayn
parent 2bdb9b7677
commit b31dcd6f8a
8 changed files with 320 additions and 110 deletions

View file

@ -221,8 +221,8 @@ def extract_tags_from_file(file_path, excluded_tags):
tags.add(tag)
tag_found = True
if not tag_found:
print('no tag in the article', file_path)
# if not tag_found:
# print('no tag in the article', file_path)
return tags
def remove_properties_section(text):