Skip to content

github action with pandoc + Metropolis Latex beamer theme

License

Notifications You must be signed in to change notification settings

eed3si9n/pandoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 86.5%
  • Dockerfile 13.5%