wip: fix module order

This commit is contained in:
Cyrille L 2022-12-31 15:54:12 +01:00
parent 6983ea89ed
commit d46937e20f
1 changed files with 6 additions and 6 deletions

View File

@ -70,17 +70,17 @@ def wip_article(target):
global post_header, article_header
global post_bottom, article_bottom
# Protect inline-codes
tyto.protect_icodes(post_bottom, article_bottom)
post_bottom = tyto.protect_article.rsplit('\n')
article_bottom = tyto.protect_article
# Protect block-codes and quotes
tyto.protect_bcodes_quotes('wip', post_bottom, article_bottom)
post_bottom = tyto.protect_article.rsplit('\n')
article_bottom = tyto.protect_article
# Protect inline-codes
tyto.protect_icodes(post_bottom, article_bottom)
post_bottom = tyto.protect_article.rsplit('\n')
article_bottom = tyto.protect_article
# Convert contents from modules
wip_single_tags() # br /, anchors
wip_words_tags() # Paragraphs, strongs, italics