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

Provide -- possibly through a custom configuration or CLI option, support for ANSI OSC 8 escape sequences such that, rather than writing an anchor's text followed by its URL we...

enhancement

Wrapped Markdown-tables look awful. Is there a way to prevent wrapping, when a table is detected in the input-file?

renderer

It does not look to me like code blocks are rendered as code blocks where they are inside a table? Is this intentional?

enhancement

I'd like to better understand what controls how colors / markdown is rendered. I am running pop_os (Ubuntu) as my base env and ssh'ing into a development container (based on...

Sometimes I like to use line breaks inside table cells, which (as far as I know) is only possible in Markdown using the `` HTML tag. Here’s a minimal example:...

renderer

When using the `termenv.ANSI` color profile for a normal text it works just fine, but in indented text it gets back to the default ANSI256. The following is an output...

bug

To reproduce: ``` cp styles/light.json /tmp vi /tmp/light.json # remove color line from document block at top of file glow -s /tmp/light.json ANYFILE.md ``` The output of `glow` should have...

bug
renderer

Because the terminal doesn't support links to anchors within the page we should strip them. In other words, code like this: * [About](#about) Which, in HTML, would render to: About...

enhancement
renderer

Reported as cli/cli#5145 ### Describe the bug Whitespace is collapsed in a place where it shouldn't be and `` elements are dropped. ``` gh version 2.4.0 (2021-12-21) https://github.com/cli/cli/releases/tag/v2.4.0 ``` ###...

bug
renderer

Hey, first of great project :smiley: Now to the bug, when I render the markdown file [systemD.md](https://github.com/charmbracelet/glow/files/5899502/systemD.txt) (had to upload it as a TXT file) I see some weird line-wrapping....

bug
renderer