You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Remark Markdown processor
v1.4
Remark markdown processor
...
steps:
- uses: actions/checkout@v2
- name: Run remark cli
uses: tj-actions/[email protected]
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. |
- Free software: MIT license
- Lint markdown
- Use an array of remarkjs plugins to fix markdowns.
This package was created with Cookiecutter using cookiecutter-action
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.