We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escaping special characters in markdown.
https://tech.saigonist.com/b/code/escaping-special-characters-markdown.html
See Inputs on https://github.com/npalm/action-docs-action#inputs
## Inputs | parameter | description | required | default | | --- | --- | --- | --- | | readme | Readme file to update. | `false` | README.md | | actionFile | THe action definition file. | `false` | action.yml | | tocLevel | TOC level used for the headers. | `false` | 2 | | lineBreaks | Line breaks to be used in updated readme (LF|CR|CRLF). | `false` | LF |
false
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Escaping special characters in markdown.
https://tech.saigonist.com/b/code/escaping-special-characters-markdown.html
Example
See Inputs on https://github.com/npalm/action-docs-action#inputs
which renders like
Inputs
false
false
false
it should render like
Inputs
false
false
false
false
The text was updated successfully, but these errors were encountered: