AllenYkl commited on
Commit
d56023d
·
1 Parent(s): 7d3f5bd

Update bin_public/utils/utils.py

Browse files
Files changed (1) hide show
  1. bin_public/utils/utils.py +0 -1
bin_public/utils/utils.py CHANGED
@@ -111,7 +111,6 @@ def convert_mdtext(md_text):
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
 
 
111
  code = markdown_to_html_with_syntax_highlight(code)
112
  result.append(code)
113
  result = "".join(result)
 
114
  return result
115
 
116