Skip to content

lifepal/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

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/markdown-to-html@v1.1 with: text: 'Hello there'