From 58666554d1c2490cd08c63fb05de1f42fba2d272 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 10 Jun 2015 15:12:56 +0800 Subject: [PATCH] Mocha HTML: syntax highlighting update --- bookshelf.md | 1 + mocha-html.md | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/bookshelf.md b/bookshelf.md index 66a68ea4b..80e1d413f 100644 --- a/bookshelf.md +++ b/bookshelf.md @@ -6,6 +6,7 @@ layout: default Model ----- + # or Bookshelf.Mode.extend({..}) class Book extends Bookshelf.Model tableName: 'books' diff --git a/mocha-html.md b/mocha-html.md index 8a4b5ef3e..9aeaaf911 100644 --- a/mocha-html.md +++ b/mocha-html.md @@ -4,21 +4,23 @@ title: Mocha HTML This is a mocha template that loads js/css from cdn. - - - - Mocha - - - - - -
- - - - - - - +```html + + + + Mocha + + + + + +
+ + + + + + + +```