File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ 6.4.2 - November 10, 2017
2
+ - Switched marked dependency to 8fold-marked
3
+
1
4
6.4.1 - August 4, 2017
2
5
- Fixed a bug where if no options were given at all to the render function you'd get an error
3
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const raml2obj = require('raml2obj');
4
4
const pjson = require ( './package.json' ) ;
5
5
const nunjucks = require ( 'nunjucks' ) ;
6
6
const markdown = require ( 'nunjucks-markdown' ) ;
7
- const marked = require ( 'marked' ) ;
7
+ const marked = require ( '8fold- marked' ) ;
8
8
const Minimize = require ( 'minimize' ) ;
9
9
const path = require ( 'path' ) ;
10
10
const fs = require ( 'fs' ) ;
@@ -63,7 +63,7 @@ function getConfigForTemplate(mainTemplate) {
63
63
const templateFile = path . basename ( fs . realpathSync ( mainTemplate ) ) ;
64
64
65
65
return {
66
- processRamlObj ( ramlObj , config , options ) {
66
+ processRamlObj ( ramlObj , config ) {
67
67
const renderer = new marked . Renderer ( ) ;
68
68
renderer . table = function ( thead , tbody ) {
69
69
// Render Bootstrap style tables
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raml2html" ,
3
3
"description" : " RAML to HTML documentation generator" ,
4
- "version" : " 6.4.1 " ,
4
+ "version" : " 6.4.2 " ,
5
5
"author" : {
6
6
"name" : " Kevin Renskers" ,
7
7
10
10
"url" : " https://github.com/raml2html/raml2html/issues"
11
11
},
12
12
"dependencies" : {
13
- "marked" : " 0.3.x" ,
13
+ "8fold- marked" : " 0.3.x" ,
14
14
"minimize" : " 2.1.x" ,
15
15
"nunjucks" : " 2.5.x" ,
16
16
"nunjucks-markdown" : " 2.0.x" ,
You can’t perform that action at this time.
0 commit comments