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
There's an issue when developing on windows with code blocks in a markdown file such as
```
fn foo () {
"bar";
}
```
Windows seems to send \r\n which pulldown_cmark doesn't handle well (github issue) and ends up inserting an error message into the resultant html. I fixed it for myself here markbahnman@7a762d5 but there might be a better way to handle it.
The text was updated successfully, but these errors were encountered:
There's an issue when developing on windows with code blocks in a markdown file such as
Windows seems to send
\r\n
which pulldown_cmark doesn't handle well (github issue) and ends up inserting an error message into the resultant html. I fixed it for myself heremarkbahnman@7a762d5 but there might be a better way to handle it.
The text was updated successfully, but these errors were encountered: