We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
semantic html says <code> should be for inline code, or wrapped as <pre><code> ... </code></pre> for multi-line / block level blocks of code.
<code>
<pre><code> ... </code></pre>
this also lets us move from using <tt> (deprecated) to <code> for inline code stuff
<tt>
The text was updated successfully, but these errors were encountered:
e3bb327
Xkeeper0
No branches or pull requests
semantic html says
<code>
should be for inline code, or wrapped as<pre><code> ... </code></pre>
for multi-line / block level blocks of code.this also lets us move from using
<tt>
(deprecated) to<code>
for inline code stuffThe text was updated successfully, but these errors were encountered: