build(aio): use forked version of Rho rendering engine

The original Rho is too strict when it comes to markdown headings.
It requires that there be a blank line separating the heading and the
next paragraph.  The forked version here fixes that; but the Rho project
will not merge it as it goes against there basic rules.
This commit is contained in:
Peter Bacon Darwin 2017-03-19 10:39:40 +00:00 committed by Miško Hevery
parent 1a0c6d89b1
commit 9bc998c7a1
2 changed files with 4 additions and 4 deletions

View File

@ -45,6 +45,7 @@
"@angular/router": "next", "@angular/router": "next",
"@angular/service-worker": "^1.0.0-beta.7", "@angular/service-worker": "^1.0.0-beta.7",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"rho": "https://github.com/petebacondarwin/rho#heading-fix",
"rxjs": "^5.1.0", "rxjs": "^5.1.0",
"ts-helpers": "^1.1.1", "ts-helpers": "^1.1.1",
"zone.js": "0.7.8" "zone.js": "0.7.8"
@ -72,7 +73,6 @@
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^0.2.2",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"protractor": "~5.1.0", "protractor": "~5.1.0",
"rho": "^0.3.0",
"shelljs": "^0.7.7", "shelljs": "^0.7.7",
"ts-node": "~2.0.0", "ts-node": "~2.0.0",
"tslint": "~4.4.2", "tslint": "~4.4.2",

View File

@ -5353,9 +5353,9 @@ restore-cursor@^2.0.0:
onetime "^2.0.0" onetime "^2.0.0"
signal-exit "^3.0.2" signal-exit "^3.0.2"
rho@^0.3.0: "rho@https://github.com/petebacondarwin/rho#heading-fix":
version "0.3.0" version "0.4.0"
resolved "https://registry.yarnpkg.com/rho/-/rho-0.3.0.tgz#a7ac95df240141936d1bf9d8f8e4880588c73dd3" resolved "https://github.com/petebacondarwin/rho#dcc9780a59d6bf6a62abe2fca4b08db6629da2ca"
dependencies: dependencies:
html "*" html "*"
nomnom "*" nomnom "*"