This action prints converts a Markdown input to an HTML
Required The markdown text you want to convert
The HTML result
- 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