Skip to content

Cpavrai/convert-markdown-to-html

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert markdown to HTML

Github action for converting markdown files into HTML. Depends on showdownjs.

Inputs

directory

Specifies which directory you want to convert your files in. Default: .

args

Specifies which arguments to use with converter. List of available arguments are listed here.

Example usage

steps:
  - name: Convert markdown file to html
    uses: Cpavrai/convert-markdown-to-html@v2
    with:
      directory: './docs' # Default '.'
      args: '-u UTF8 -c ghCompatibleHeaderId -c emoji -c tables' # Default ''

Licence

MIT

About

Github action for converting markdown files into HTML

Topics

Resources

License

Stars

Watchers

Forks

Languages