Closed durden closed 8 years ago
Yeah, it is related to the unclosed html tag with the "`" inside of a code.
rails s -b <SERVER's PUBLIC IP>
```
I am trying to find a solution.
Before the PR we had this issue:
Fail:
```python
<b>asd<b'>
Success:
```html
<b>asd<b'>
```
Tried to edit this guide and got a javascript exception preventing the preview from loading.
I haven't narrowed it down yet but maybe it's some missing tag, etc.? @paulocheque can you take a look at it?