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
Backtick code blocks are stripped but indented ones are not. They are part of the CommonMark specification so I think it is reasonable for them to be supported.
Example:
Here are a few words.
<pre class="lua"><code>print 'Hello World!'</code></pre>
Here are some more.
This gives a lot of errors when run with textidote --check en_us test.md.
The text was updated successfully, but these errors were encountered:
Backtick code blocks are stripped but indented ones are not. They are part of the CommonMark specification so I think it is reasonable for them to be supported.
Example:
This gives a lot of errors when run with
textidote --check en_us test.md
.The text was updated successfully, but these errors were encountered: