Skip to content

Commit 239866d

Browse files
committed
Added fixes in the markdown rendering
1 parent 2b0d2ed commit 239866d

File tree

4 files changed

+74
-103
lines changed

4 files changed

+74
-103
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010
options: {
1111
livereload: true
1212
},
13-
files: ['Gruntfile.js', 'js/**/*.js', 'stylus/**/*.styl', 'views/**/*.jade'],
13+
files: ['Gruntfile.js', 'js/**/*.js', 'stylus/**/*.styl', 'views/**/*.jade', 'views/**/*.md'],
1414
tasks: ['build']
1515
}
1616
},

0 commit comments

Comments
 (0)