Explorar el Código

nissaya渲染加换行符

visuddhinanda@gmail.com hace 4 años
padre
commit
f7d013bec3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/app/term/note.js

+ 1 - 0
public/app/term/note.js

@@ -1290,6 +1290,7 @@ function renderNissayaPreview(str){
         }else{
             html += iterator;
         }
+        html += "\n";
     }
     //html += "</div>";
     return html;