fionn / render-markdown

Render Markdown in CI :octocat:

Home Page:https://github.com/marketplace/actions/render-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render Markdown

Render Markdown to HTML in CI with a minimal stylesheet.

Example output: this README.md rendered.

Usage

Inputs

  • markdown_file

    • Optional path to the Markdown file to render. Defaults to README.md if not present.
  • token

    • Optional, to authenticate to the GitHub API. You will likely get rate-limited without this.

Outputs

  • html
    • Full HTML document with the body populated by the rendered Markdown.

Example

- name: Render markdown
  uses: fionn/render-markdown@master
  with:
    token: ${{ github.token }}
    markdown_file: example.md

About

Render Markdown in CI :octocat:

https://github.com/marketplace/actions/render-markdown


Languages

Language:TypeScript 51.1%Language:HTML 41.2%Language:Makefile 7.7%