Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
file-text

GitHub Action

Remark Markdown processor

v1.4

Remark Markdown processor

file-text

Remark Markdown processor

Markdown processor

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Remark Markdown processor

uses: tj-actions/[email protected]

Learn more about this action in tj-actions/remark

Choose a version

CI Update release version. Public workflows that use this action.

remark

Remark markdown processor

...
    steps:
      - uses: actions/checkout@v2
      - name: Run remark cli
        uses: tj-actions/[email protected]

Table of Contents

Inputs

Input type required default description
plugins string OR string[] false remark-toc List of remarkjs plugins
files string OR string[] false README.md List of input markdown files
args string false '--use toc --output' remark cli options.

Features

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/remark/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.