You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
fix tests
This commit is contained in:
@ -35,7 +35,7 @@ describe('MdToHtml', () => {
|
|||||||
const mdFilePath = `${basePath}/${mdFilename}`;
|
const mdFilePath = `${basePath}/${mdFilename}`;
|
||||||
const htmlPath = `${basePath}/${filename(mdFilePath)}.html`;
|
const htmlPath = `${basePath}/${filename(mdFilePath)}.html`;
|
||||||
|
|
||||||
if (mdFilename !== 'sanitize_15.md') continue;
|
// if (mdFilename !== 'sanitize_9.md') continue;
|
||||||
|
|
||||||
const mdToHtmlOptions: any = {
|
const mdToHtmlOptions: any = {
|
||||||
bodyOnly: true,
|
bodyOnly: true,
|
||||||
|
@ -1 +1 @@
|
|||||||
<div class="jop-noMdConv"><svg class="jop-noMdConv"><style class="jop-noMdConv"></svg><iframe srcdoc="<script>top.require('child_process').execSync('calc')</script>"></iframe></div>
|
<div class="jop-noMdConv">
|
Reference in New Issue
Block a user