The issue is that Markdown parser doesn't handle code blocks after lists right. Instead of putting code into a block, it is shown as regular unformatted text. To resolve this issue, the empty HTML comments were added between lists and code blocks.
Signed-off-by: Sergey Filatov <raxp.worm202@gmail.com> (github: worm202)
* Use depot_tools to prepare breakpad instead of invoking gyp
* directly--fixes missing directory error
* Formatting consistency
* Help for common errors
* Use `/Zi` instead of `/ZI` for building openal-soft--fixes flag conflict
* for Debug configuration
Signed-off-by: Paul Buonopane <paul+git@earth2me.com> (github: Zenexer)