go-term-markdown
go-term-markdown copied to clipboard
Are you using go-term-markdown ?
It's always cool to get some feedback.
If you are using this package and are willing to, drop by and share what you are using it for :)
https://github.com/skanehira/preview-markdown.vim is using go-term-markdown indirectly through https://github.com/MichaelMure/mdr
@MichaelMure I'm experimenting with using go-term-markdown to render the text version of the emails in https://github.com/rykov/paperboy/tree/markdown-text. However, I'm having trouble figuring out if it's possible to:
- Disable line wrapping. Text emails with wrapping look bad on mobile.
- Control heading numbering (disable, use bullets, etc)
- Disable ANSI control characters
It would be great to have a plain text mode - not sure if you're interested in supporting that, or if you think there's a better library out there to use for this. Let me know, and I can submit some PRs for those.
Let's discuss about that in a separate issue: https://github.com/MichaelMure/go-term-markdown/issues/8
A helping diagram to help you understand the AST of a markdown document:

@MichaelMure great package thank you, just what we were looking for to render a markdown readme to the terminal output for our tool Shipyard https://github.com/shipyard-run/shipyard
https://github.com/quackduck/devzat uses go-term-markdown. Thanks for making this!