Showing posts with label code blog format. Show all posts
Showing posts with label code blog format. Show all posts

Wednesday, April 28, 2021

Formatting code block blog post

 Below is the style for formatting a code block:

 
<pre style="background-color: #eeeeee; border: 1px dashed rgb(153, 153, 153); color: black; font-family: &quot;Andale Mono&quot;, &quot;Lucida Console&quot;, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;">       <code style="color: black; overflow-wrap: normal; word-wrap: normal;">

--code goes here

 </code><br />
</pre>
<p>&nbsp;</P>