()
| 9 | ) |
| 10 | |
| 11 | func WithoutIndentation() glamour.TermRendererOption { |
| 12 | return ghMarkdown.WithoutIndentation() |
| 13 | } |
| 14 | |
| 15 | // WithWrap is a rendering option that set the character limit for soft |
| 16 | // wrapping the markdown rendering. There is a max limit of 120 characters, |
no outgoing calls
no test coverage detected