cli / go-gh

A Go module for interacting with gh and the GitHub API from the command line.
https://pkg.go.dev/github.com/cli/go-gh/v2
MIT License
322 stars 45 forks source link

Add markdown renderer from gh #66

Closed samcoe closed 1 year ago

samcoe commented 1 year ago

This PR extracts out the Markdown package from gh. Functionality wise it remains the same as it was in gh. After this is merged I will make a follow up PR in cli/cli to use this extracted package.

cc https://github.com/cli/cli/issues/5544