Docy turns out that context is a key part of learning.
Use <pre> tag for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add.
<pre>
<br /> <strong>JavaScript Code</strong><br /> [code lang="js"]<br /> function general() {<br /> $('.collapse-btn').on('click', function (e) {<br /> e.preventDefault();<br /> $(this).toggleClass('active')<br /> $(".collapse-wrap").slideToggle(500);<br /> });</p> <p>$('.short-by a').click(function () {<br /> $(this).toggleClass('active-short').siblings().removeClass('active-short');<br /> });<br /> }<br />
Use
<pre>
tag for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add.