Skip to content
Snippets Groups Projects
Commit 3f553362 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

update markdown fn

parent cdb5af0e
No related branches found
No related tags found
No related merge requests found
...@@ -616,7 +616,7 @@ def markdown( ...@@ -616,7 +616,7 @@ def markdown(
new_f_str = re.sub( new_f_str = re.sub(
r"#{2}\s+Structure.*?#{2}\s+Experimental\s+validation", r"#{2}\s+Structure.*?#{2}\s+Experimental\s+validation",
"## Structure\n\n### List predicted structures\n\n::article-structure\n::\n\n### pDockQ matrix\n\n::pdockq-matrix\n::\n\n## Experimental validation", "## Structure\n\n::article-structure\n::\n\n## Experimental validation",
all_file, all_file,
flags=re.DOTALL | re.IGNORECASE, flags=re.DOTALL | re.IGNORECASE,
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment