Documentation and examples for displaying inline and multiline blocks of code with Bootstrap 5.
Wrap inline snippets of code with <code>
. Be sure to escape HTML angle brackets.
For example, <code><section>
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 will set a max-height of 340px and provide a y-axis scrollbar
<pre><code><p>Sample text here...</p>
<p>And another line of sample text here...</p>