Spaces:
Running
Running
Update bin_public/utils/utils.py
Browse files
bin_public/utils/utils.py
CHANGED
@@ -111,6 +111,7 @@ def convert_mdtext(md_text):
|
|
111 |
code = markdown_to_html_with_syntax_highlight(code)
|
112 |
result.append(code)
|
113 |
result = "".join(result)
|
|
|
114 |
return result
|
115 |
|
116 |
|
|
|
111 |
code = markdown_to_html_with_syntax_highlight(code)
|
112 |
result.append(code)
|
113 |
result = "".join(result)
|
114 |
+
result += ALREADY_CONVERTED_MARK
|
115 |
return result
|
116 |
|
117 |
|