neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
863 stars 153 forks source link

Line don't breaks in code blocks question #84

Closed xcainiao closed 7 years ago

xcainiao commented 7 years ago

I try a lot of editors, but it the same.

xenatisch commented 7 years ago

This is not about the editor. It's probably a problem with your Markdown interpreter and / or your CSS. See #72 for more information.

hseritt commented 7 years ago

I tested this with:

```python
var x = 1;
var y = 2;```

And it renders fine. Perhaps the reporter didn't use the code formatting? In that case, it does show side by side. This should probably be closed unless the reporter has some steps to reliably show the issue.

fanonxr commented 5 years ago

For me I had to wrap the code block I want to use in two backticks `` instead of the standard six ``````