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
Leading space on code block before the 3 back ticks breaks the code block rendering correctly.
This does not break in github so should not break in showdown.
Example Input:
```javascript
var test = test;
...
Broken Output:
```javascript
var test = test;
...
Expected Output:
vartest=test;
...
Please let me know if you need more detail or examples. This happens frequently when our customers create their markdown files. They see that their code blocks work in github and then they are broken on conversion with showdown. It's confusing for them.
Thanks!
The text was updated successfully, but these errors were encountered:
Should be fixed now. @ewalpole can you please test it?
Donate
As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money.
If you like our work and find our library useful, please donate through Pledgie or directly through paypal!! Your contribution will be greatly appreciated and help us continue to develop this awesome library.
Leading space on code block before the 3 back ticks breaks the code block rendering correctly.
This does not break in github so should not break in showdown.
Example Input:
Broken Output:
Expected Output:
Please let me know if you need more detail or examples. This happens frequently when our customers create their markdown files. They see that their code blocks work in github and then they are broken on conversion with showdown. It's confusing for them.
Thanks!
The text was updated successfully, but these errors were encountered: