Loading md_to_docx_converter/md_to_html_3.lua +2 −1 Original line number Diff line number Diff line Loading @@ -133,8 +133,9 @@ function RemoveLeadingTilde(el) if start_index > 1 then new_content:insert(pandoc.Str(text:sub(1, start_index - 1))) end local original_word = text:sub(start_index + 1, end_index) local remaining_text = text:sub(end_index + 1) new_content:insert(pandoc.Str(word .. remaining_text)) new_content:insert(pandoc.Str(original_word .. remaining_text)) goto continue end end Loading Loading
md_to_docx_converter/md_to_html_3.lua +2 −1 Original line number Diff line number Diff line Loading @@ -133,8 +133,9 @@ function RemoveLeadingTilde(el) if start_index > 1 then new_content:insert(pandoc.Str(text:sub(1, start_index - 1))) end local original_word = text:sub(start_index + 1, end_index) local remaining_text = text:sub(end_index + 1) new_content:insert(pandoc.Str(word .. remaining_text)) new_content:insert(pandoc.Str(original_word .. remaining_text)) goto continue end end Loading