Skip to content

Github Markdown to HTML

Actions
Renders a Markdown document in HTML using the Github REST API
v1.0.0
Latest
Star (1)

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 }}

Github Markdown to HTML is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Renders a Markdown document in HTML using the Github REST API
v1.0.0
Latest

Github Markdown to HTML is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.