Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 282 Bytes

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

uses: lifepal/[email protected] with: text: 'Hello there'