Skip to content

repolevedavaj/github-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

Repository files navigation

Github Markdown to HTML

Build

Renders a Markdown document in HTML using the Github REST API. The API is called with the current repository as context and gfm as mode to resolve references to PRs and issues. See Github REST API for more details.

Inputs

text

The Markdown text to render in HTML.

Outputs

html

The rendered in HTML.

Example usage

uses: repolevedavaj/github-markdown-to-html@v1
with:
  text: ${{ steps.release.outputs.body }}
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •