Skip to content
Snippets Groups Projects
Commit 8462a316 authored by David Rouquet's avatar David Rouquet
Browse files

formatage : listes à puce et suppression des tableaux

parent 82676c5c
Branches
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ def prepareHTMLforMD(str): ...@@ -68,7 +68,7 @@ def prepareHTMLforMD(str):
def postEditMD(str1): def postEditMD(str1):
str1 = str1.replace(r"\_","_") str1 = str1.replace(r"\_","_").replace(r" - ","\n- ").replace(r"| --- |", "").replace(r"|","")
################################################### ###################################################
# Add audio players for audio extracted from SWF # Add audio players for audio extracted from SWF
################################################### ###################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment