-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add markdown glamour styles #245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using markdownToString
fails with a segfault. adding the missing error handling reveals
open ./overmind-theme.json: no such file or directory
This should instead use embed
, e.g. like
Lines 32 to 33 in 12b9c37
//go:embed commit.txt | |
var cliVersion string |
@getinnocuous maybe add a small test for the method so I don't have to run the code in my head? |
I've added the test to give you a leg up here, @getinnocuous . Before merging this also should be rebased and squashed to clean up the history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! Please don't forget to rebase or squash this before (or during) merge.
This is fairly standalone and can be merged into main once #237 has.