fauno / jekyll-pandoc-multiple-formats

Use pandoc on jekyll to generate posts in multiple formats. Development has moved to https://0xacab.org/edsl/jekyll-pandoc-multiple-formats
https://endefensadelsl.org
Other
88 stars 28 forks source link

Doesn't work with Jekyll 1.0 #1

Closed ghost closed 11 years ago

ghost commented 11 years ago

When I try to build my site after upgrading to Jekyll 1.0 I receive the following message:

  Generating... Invalid Markdown processor: pandoc

Valid options are [ maruku | rdiscount | kramdown | redcarpet ]

         ERROR: YOUR SITE COULD NOT BE BUILT:
                ------------------------------------
                Invalid Markdown process: pandoc
fauno commented 11 years ago

Try with that one :)

ghost commented 11 years ago

Perfect! Thank you very much!