fix(core): update
This commit is contained in:
@ -3,7 +3,7 @@ import * as smartmarkdown from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
const mdString = smartmarkdown.markdownToHtml('# Hi!');
|
||||
expect(mdString).to.equal('<h1 id="hi-">Hi!</h1>\n');
|
||||
expect(mdString).to.equal('<h1 id="hi">Hi!</h1>\n');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user