Dear Everyone,
In order to format your code as you see in the previous blog posts, in your post in HTML mode, put your MATLAB, R, Python code in between the following tags:
For MATLAB
<pre><code class="language-matlab">
</code></pre>
For R
<pre><code class="language-r">
</code></pre>
and Python
<pre class="brush: python">
</pre>
If you have equation, use Latex.