Skip to content

Synqrinus/action-md-to-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to HTML action

This action prints converts a Markdown input to an HTML

Inputs

text

Required The markdown text you want to convert

Outputs

html

The HTML result

Example usage

- name: Convert markdown text to html
  id: md-to-html
  uses: Synqrinus/[email protected]
  with:
    title: 'Converted document' # Title for html meta tag
    html: index.html            # Output file
    style: style.css            # File with styles if any
    text: README.md             # MD Text file to convert

About

GitHub action for converting markdown to html

Resources

License

Stars

Watchers

Forks

Packages

No packages published