Add Pandoc support, refactor external helpers
authorBrian Chen <brian.chxn@gmail.com>
Thu, 30 Nov 2017 11:15:52 +0000 (06:15 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 30 Nov 2017 11:15:52 +0000 (12:15 +0100)
commite69da7a4cb725987f153707bf2fc59c135007e2a
treec3eab00b91bdbc6d4ed2f9da3b43e1c63909f859
parente7652180a13ce149041c48a1c2754c471df569c8
Add Pandoc support, refactor external helpers

Recognize the Pandoc format under the file extension .pandoc or .pdc,
and shell out to pandoc as an external helper to format Pandoc content.

Refactor out repeated code with external helpers. Change the error
output formatting. I did not see any of the external helpers print the
string "<input>" to represent stdin as a file; just prepending the file
name to error output is more general and doesn't sacrifice that much in
terms of readability.

Closes #234
docs/content/content-management/formats.md
helpers/content.go
helpers/general.go
helpers/general_test.go
hugolib/handler_page.go
hugolib/page_test.go
hugolib/shortcode_test.go