Inline code Wrap inline snippets of code with<code>. Be sure to escape HTML angle brackets. For example, <section>should be wrapped as inline. console.log( 'Code is Poetry' ); Code blocks Use <pre>s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the .pre-scrollable class, which […]