AllenYkl commited on
Commit
123805b
·
1 Parent(s): d56023d

Update bin_public/utils/utils.py

Browse files
Files changed (1) hide show
  1. bin_public/utils/utils.py +1 -0
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