Xkeeper0/jul

change [code] to use <pre><code> and let <code> be used inline

Closed this issue · 0 comments

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 stuff