Skip to content

Commit

Permalink
revert changes to md test hakimel#3027
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Oct 8, 2021
1 parent 6b15e6c commit 810d80b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 63 deletions.
94 changes: 38 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"gulp-zip": "^4.2.0",
"highlight.js": "^10.0.3",
"marked": "^2.0.3",
"node-qunit-puppeteer": "^2.0.1",
"qunit": "^2.10.0",
"node-qunit-puppeteer": "^2.1.0",
"qunit": "^2.17.2",
"rollup": "^2.48.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.39.2",
Expand Down
12 changes: 7 additions & 5 deletions test/simple.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Slide 1.1

## Slide 1.1
```js
var a = 1;
```

--

## Slide 1.2
## Slide 1.2

---

## Slide 2

## Slide 2

0 comments on commit 810d80b

Please sign in to comment.