1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge branch 'master' into text-deflist

This commit is contained in:
Baptiste Augrain
2018-11-08 05:24:57 +01:00
70 changed files with 1162 additions and 279 deletions

View File

@@ -63,3 +63,8 @@ test('Markdown.render() should renders definition lists correctly', t => {
const rendered = md.render(markdownFixtures.deflists)
t.snapshot(rendered)
})
test('Markdown.render() should render shortcuts correctly', t => {
const rendered = md.render(markdownFixtures.shortcuts)
t.snapshot(rendered)
})