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
{{ message }}
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
When converting HTTP to Markdown in mdn/content#7853, @hamishwillee noticed that the converter was transforming <pre> blocks without any brush applied to this format:
Pre block content
while we prefer:
```
Pre block content
```
This may also happen for <pre class="brush: plain">.
We have quite a few occurrences of these, so it is likely worth fixing the converter.
The text was updated successfully, but these errors were encountered:
When converting HTTP to Markdown in mdn/content#7853, @hamishwillee noticed that the converter was transforming
<pre>
blocks without any brush applied to this format:while we prefer:
This may also happen for
<pre class="brush: plain">
.We have quite a few occurrences of these, so it is likely worth fixing the converter.
The text was updated successfully, but these errors were encountered: