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

Parsing Frontmatter in YAML Format. This PR adds a Frontmatter Parser to detect and parse Frontmatter in YAML Format. Frontmatter produces its own AST Element which can be handled by...

Preparing glamour to be configured to render links using the link text only or the Link text and url. Ideally in another PR this would be extended to display clickable...

Would be great if there was some way to add (custom) frontmatter to the rendering process.

I use Markdown syntax when writing git commit messages, and I would love to use glow as a pager for `git log`. This works pretty well: ```bash git log --pretty="format:'##...

Signed-off-by: Carlos A Becker

enhancement

Provide -- possibly through a custom configuration or CLI option, support for terminals (such as [iTerm2](https://iterm2.com/documentation-images.html)) that support inlined images. For instance: ``` ![](myimage.png) ``` would be translated to the...

enhancement

* Register chroma glamour charm themes * Start using `StyleCodeBlock.Theme` property * Use Chroma Dracula theme * Don't register Chroma theme every time a codeblock is rendered * Upgrade chroma...

A use case is a table with two columns first is a command , the second is a description. ``` |cmd|descr| |---|---| |`glow config`| open glow config| ```

enhancement
renderer

I'm aware that there is a style (from [glamour](https://github.com/charmbracelet/glamour)) that doesn't have color like `notty` and `ascii` but they seem to fail to render indentation correctly. As an example markdown...

bug
style

The line breaks and indentation are broken when rendering a quote: ``` > The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy...

bug