Mocha HTML: syntax highlighting update

This commit is contained in:
Rico Sta. Cruz 2015-06-10 15:12:56 +08:00
parent 52e2211625
commit 58666554d1
2 changed files with 21 additions and 18 deletions

View File

@ -6,6 +6,7 @@ layout: default
Model
-----
# or Bookshelf.Mode.extend({..})
class Book extends Bookshelf.Model
tableName: 'books'

View File

@ -4,6 +4,7 @@ title: Mocha HTML
This is a mocha template that loads js/css from cdn.
```html
<!doctype html>
<html>
<head>
@ -22,3 +23,4 @@ This is a mocha template that loads js/css from cdn.
<script>mocha.run()</script>
</body>
</html>
```