Ender-events / pandoc

github action with pandoc + Metropolis Latex beamer theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandoc in GitHub Action

Create a GitHub Action from pandoc core image with full latex and font

Usage

You can add the following lines below

      - name: Pandoc Document Converter
        uses: Ender-events/pandoc@master
        with:
          args: '-s -o README.pdf README.md'

A example is available in .github/workflows/example.yml

About

github action with pandoc + Metropolis Latex beamer theme

License:MIT License


Languages

Language:Shell 84.5%Language:Dockerfile 15.5%