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
Tilde fenced blocks is, indeed, a feature implemented (not so) recently in github that is missing from showdown. I will implement it in the next showdown release.
Currently there is no way to include code for a fenced code block inside a fenced code block.
But meanwhile, you can include code for a fenced code block inside an indented code block*, like so:
```markup
<div mv-app mv-storage="local" mv-plugins="markdown">
<div property="text" class="markdown">### Heading
**This is bold** *This is italic*
Here’s a [link!](https://mavo.io)
And some code:
```js
foo.bar();
```
</div>
</div>
```
As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money. Currently, we're looking to improve showdown with automated tests in all browsers and a proper domain and webpage. 500$ should be enough to to keep showdown testing framework running for a year or two.
If you like our work and find our library useful, please donate through Pledgie or directly through paypal!! Your contribution will be greatly appreciated.
The GFM spec includes multiple strategies for this, none of which seem to work with Showdown.
Is there any way to do this?
(code below for attempt number 2: using different number of backticks)
The text was updated successfully, but these errors were encountered: