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
Markdown that uses backticks to indicate code blocks instead of indentation has the advantage that it is very easy to add language-identifier information to it, e.g.:
```python
print("hello")
```
Is there an option to convert <pre><code> HTML into fenced code blocks, or would you be interested to add it?
The text was updated successfully, but these errors were encountered:
Markdown that uses backticks to indicate code blocks instead of indentation has the advantage that it is very easy to add language-identifier information to it, e.g.:
Is there an option to convert
<pre><code>
HTML into fenced code blocks, or would you be interested to add it?The text was updated successfully, but these errors were encountered: