This adds the ability to set a markdown option to skip code blocks
which is helpful when parsing output that was originally built
with xml like a nuspec where it automatically indents everything
four spaces for you. When that gets pushed to nuget.org or
chocolatey.org, the content is parsed and incorrectly assumes
that it is a code block. Having the option to shut that off is
quite beneficial versus trying to tell everyone to remove the
indention for new lines.
Patch attached.
Original issue reported on code.google.com by
trueblu...@gmail.comon 1 Jan 2015 at 2:35Attachments: