glamour icon indicating copy to clipboard operation
glamour copied to clipboard

Stylesheet-based markdown rendering for your CLI apps 💇🏻‍♀️

Results 124 glamour issues
Sort by recently updated
recently updated
newest added

The default word wrap limit changed from 100 to 80 in commit 71e8425, but this was un-documented other than a reference to the old 100 limit in `examples/custom_renderer/main.go` Remove the...

Hi, There is a reference to a default word wrap limit of 100 in the following custom renderer example: https://github.com/charmbracelet/glamour/blob/e70ff2d969da09440de65385f992abd31a2a150e/examples/custom_renderer/main.go#L13 This no longer seems to be true, it was only...

Please support backslash escapes. https://spec.commonmark.org/0.30/#backslash-escapes

enhancement
renderer

Hi, is there any plans to support Wiki links like [Obsidian?](https://obsidian.md)

latest and greatest, has more themes (gruvbox) and a bunch of other fixes. only issues: needs go 1.17 - we're building on 1.13 👀

By default, markdown support underline by `` or `` HTML tags. But for some reason, I can't able to use these tags with glamour. I'm not sure is this feature...

enhancement
renderer

Hi, It looks like the various markdown's possibilities to add a line break/new line are not recognized (I'm using glow v1.4.1). Indeed, the double spaces issue has already been raised...

When a link that is too long is passed into glow, the resulting link breaks into a new line, which in turn breaks the link. For example, this link, when...

bug