benlei/Parse Simple Markdown Table
Parses a simple markdown table into a JSON string.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| markdown | The markdown to parse, which should only contain a markdown table | yes | — |
Outputs
| name | description |
|---|---|
| result | The JSON String of the parsed markdown table, or an empty string if it could not be parsed. |