robitx/Snippet Permalink Updater
Updates a Markdown file with a permalink to a specific code snippet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snippet_file | Path to the file containing the snippet | yes | — |
| start_marker | Start marker for the snippet | yes | — |
| end_marker | End marker for the snippet | yes | — |
| markdown_file | Path to the Markdown file to update | — | README.md |
| replace_marker | Marker in Markdown file to identify where to replace the permalink | yes | — |
Outputs
| name | description |
|---|---|
| permalink | The generated permalink |