mfenner / jekyll-pandoc

Jekyll Pandoc markdown converter as Ruby gem
MIT License
82 stars 10 forks source link

markdown+extension #8

Closed karelv closed 8 years ago

karelv commented 8 years ago

How should I configure the --from option of pandoc? I want to enable some extension like autolink_bare_uris

in the command line I would do: pandoc --from=markdown+autolink_bare_uris

karelv commented 8 years ago

I works like this:

pandoc:
  extensions:
    - from: markdown+autolink_bare_uris
mfenner commented 8 years ago

Thanks!

karelv commented 8 years ago

yw!