-
Notifications
You must be signed in to change notification settings - Fork 367
Slate template broken #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm experiencing the same issue. I'm not sure how to stop it from crashing though |
Happy to accept a PR if you can fix the template or whatever else is wrong with it. I don't use Slate so I can't help much. |
@sweinertjr You can simply edit the generated file to add
Becomes:
|
terry90
added a commit
to terry90/rspec_api_documentation
that referenced
this issue
Jun 6, 2017
Addresses PR zipmark#338
Merged
Fixed with PR #346 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I just ran into an issue with the current Slate version.
The template for Slate generates some blocks like this:
or
The problem is, no lang is specified for these blocks, Slate tries to interpret them but throws this:
When I edit my Markdown file and replace ``` by ```plaintext it stops crashing.
The text was updated successfully, but these errors were encountered: