You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown flavor:
n/a, i'm using reDoc with bundles marked to create MD/HTML pages. I'm using NPM 5.6.0 with Node 8.11.1
What pain point are you perceiving?
Building markdown fails reproducibly when transforming a specific OpenAPI spec to HTML with ReDoc. ReDoc potentially creates Markdown using markedjs in between.
Call stack & console log
I'm getting the following stderr output when running ReDoc against a specifc JSON input file:
$ wget https://documentation.open-xchange.com/components/facade/1.0.0/openapi.json
$ redoc-cli bundle openapi.json -o my-redoc.html --title hello world
[ReDoc Compatibility mode]: Converting OpenAPI 2.0 to OpenAPI 3.0
Prerendering docs
Cannot read property 'tokenizePlaceholders' of undefined
Please report this to https://github.com/markedjs/marked.
The text was updated successfully, but these errors were encountered:
Marked version:
0.3.0
Markdown flavor:
n/a, i'm using reDoc with bundles marked to create MD/HTML pages. I'm using NPM 5.6.0 with Node 8.11.1
What pain point are you perceiving?
Building markdown fails reproducibly when transforming a specific OpenAPI spec to HTML with ReDoc. ReDoc potentially creates Markdown using markedjs in between.
Call stack & console log
I'm getting the following stderr output when running ReDoc against a specifc JSON input file:
The text was updated successfully, but these errors were encountered: