go-term-markdown icon indicating copy to clipboard operation
go-term-markdown copied to clipboard

Are you using go-term-markdown ?

Open MichaelMure opened this issue 5 years ago • 6 comments

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 :)

MichaelMure avatar Jan 03 '20 21:01 MichaelMure

https://github.com/skanehira/preview-markdown.vim is using go-term-markdown indirectly through https://github.com/MichaelMure/mdr

MichaelMure avatar Jan 22 '20 18:01 MichaelMure

@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.

rykov avatar Jan 26 '20 04:01 rykov

Let's discuss about that in a separate issue: https://github.com/MichaelMure/go-term-markdown/issues/8

MichaelMure avatar Jan 26 '20 16:01 MichaelMure

A helping diagram to help you understand the AST of a markdown document: image

MichaelMure avatar Jan 26 '20 16:01 MichaelMure

@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

nicholasjackson avatar Mar 13 '20 08:03 nicholasjackson

https://github.com/quackduck/devzat uses go-term-markdown. Thanks for making this!

quackduck avatar Mar 19 '22 21:03 quackduck