There was an error while loading. Please reload this page.
1 parent efcdc9f commit d12b9cfCopy full SHA for d12b9cf
lib/ever2boost/md_converter.rb
@@ -33,7 +33,7 @@ def convert(note_content)
33
.gsub(/<div(.*?)-en-codeblock(.*?)><div(.*?)>(.*?)<\/div><\/div>/, "\n```\n#{code_block}\n```")
34
.gsub(/<div(.*?)>(.*?)<\/div>/m, '\2')
35
.gsub(/<div(.*?)>/, '')
36
- .gsub(/<\/div>/, '\n')
+ .gsub(/<\/div>/, '')
37
.gsub(/#+/, '\0 ')
38
.gsub(/<span(.*?)>(.*?)<\/span>/m, '\2')
39
.gsub(/<span(.*?)>/, '\2')
0 commit comments