1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Use markupToHtml everywhere

This commit is contained in:
Laurent Cozic
2019-07-19 17:48:38 +01:00
parent 38177c7e54
commit 14fc73b388
4 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ async function copyJs(name, filePath) {
async function main(argv) {
await fs.mkdirp(outputDir);
await copyJs('webviewLib', rnDir + '/lib/renderers/MdToHtml/webviewLib.js');
await copyJs('webviewLib', rnDir + '/lib/renderers/webviewLib.js');
}
main(process.argv).catch((error) => {