Skip to content
New issue

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

Add a Markdown parser #117

Merged
merged 6 commits into from
Feb 9, 2023
Merged

Add a Markdown parser #117

merged 6 commits into from
Feb 9, 2023

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented Feb 9, 2023

This PR introduces a markdown parser.

Given a changelog generated by gh-changelog or one that closely follows the keep a changelog format the parse command will tokenize appropriately and return a new changelog struct.

In the future this might be used for things like paging support in show or even to enable different output types.

This is an experimental feature that should should be able to parse
changelogs generated by this tool.

It's currently marked as a hidden command but stil can be accessed by gh
changelog parse.

It outputs nothing of use right now.
@chelnak chelnak added the enhancement New feature or request label Feb 9, 2023
@chelnak chelnak self-assigned this Feb 9, 2023
@chelnak chelnak merged commit d8df85e into main Feb 9, 2023
@chelnak chelnak deleted the markdown_parser branch February 9, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant