Code Syntax Highlight Code Okaidia Theme Estimated reading: 2 minutes 540 views Inline codeWrap inline snippets of code with<code>. Be sure to escape HTML angle brackets.For example, <section>should be wrapped as inline.Code blocksUse <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 will set a max-height of 350px and provide a y-axis scrollbar.CSS CodeJavaScript CodeTagged:CodeNew