Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pandoc support #1533

Merged
merged 2 commits into from Aug 17, 2019
Merged

Add pandoc support #1533

merged 2 commits into from Aug 17, 2019

Commits on Jun 25, 2019

  1. Add pandoc support

    Here I try to fix an another warning from tests.
    ```
    cannot load such file -- pandoc-ruby: skipping markdown tests with
    Tilt::PandocTemplate
    ```
    
    `pandoc-ruby` is not defined in Gemfile, so I add it there.
    This gem has a prerequisite dependency `pandoc` application that can be
    installed via homebrew. That's why I update travis.yml to make it
    available during a test run.
    
    The final step to make it work is to exclude `outvar` from the option's
    list provided to the template. When `pandoc` application is called
    with unsupported parameters it stops the execution and returns an
    error.
    304 committed Jun 25, 2019
    Copy the full SHA
    c174325 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ebf9ce View commit details
    Browse the repository at this point in the history