Just a lot of little formatting fixes to improve the look. It also simplifies having to escape the _'s everywhere, as the backtick is interpreted as a code block. Similarly, instead of quoting with >, you can just indent 4 spaces, or prefix code sections using triple backticks.
Just a lot of little formatting fixes to improve the look. It also simplifies having to escape the
_
's everywhere, as the backtick is interpreted as a code block. Similarly, instead of quoting with>
, you can just indent 4 spaces, or prefix code sections using triple backticks.