Commit c4493b3e authored by Romain Porte's avatar Romain Porte
Browse files

Replace <tt> with <code>

The <tt> tag is deprecated, according to:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tt

The <code> tag is proposed as a replacement. It has the same intented
semantics: an inline block of code:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code

Closes #41.
parent bb6747c3