Closed
Description
Hey,
I just ran into an issue with the current Slate version.
The template for Slate generates some blocks like this:
### Request
#### Endpoint
```
GET /v1/app_configs
Authorization: Token token=qyKRKqDwtFs7QgUNjNgo
Accept: application/json
```
or
### Response
```
Content-Type: application/json; charset=utf-8
200 OK
```
The problem is, no lang is specified for these blocks, Slate tries to interpret them but throws this:
NoMethodError at /
undefined method `split' for nil:NilClass
Ruby /home/xxx/xx/lib/multilang.rb: in block_code, line 3
Web GET localhost/
When I edit my Markdown file and replace ``` by ```plaintext it stops crashing.
Metadata
Metadata
Assignees
Labels
No labels