Mocha HTML: syntax highlighting update
This commit is contained in:
parent
52e2211625
commit
58666554d1
|
@ -6,6 +6,7 @@ layout: default
|
|||
Model
|
||||
-----
|
||||
|
||||
# or Bookshelf.Mode.extend({..})
|
||||
class Book extends Bookshelf.Model
|
||||
tableName: 'books'
|
||||
|
||||
|
|
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue