Add back blackfriday extensions during Markdown conversion
authorNiels Widger <niels.widger@gmail.com>
Thu, 30 Jan 2014 22:50:47 +0000 (17:50 -0500)
committerspf13 <steve.francia@gmail.com>
Fri, 31 Jan 2014 04:04:37 +0000 (23:04 -0500)
commitc1b9380dfd35632577fc6960cde316af203e32df
tree293f52b784a8eafc6d66150446fe9647afff7643
parent6dd2e9a49acde23dcf5e9701915f7e8ed692ce5a
Add back blackfriday extensions during Markdown conversion

Modified markdownRender and markdownRenderWithTOC in hugolib/page.go to
use the same flags and extensions as were previously used when we simply
called blackfriday.MarkdownCommon to convert Markdown to HTML.  These
flags/extensions were dropped during the refactor that added the
`.TableOfContents` page variable, and caused features like Markdown
tables to no longer work.

Modified the expected output for TestTableOfContents in page_test.go,
apparently changing the flags/extensions caused an `&mdash;` to become
`&ndash;`.
hugolib/page.go
hugolib/page_test.go