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

I have noticed that introducing a code block in the markdown interrupts item enumeration, which then resumes back from 1. after the block is closed. The following example 1. first...

bug
renderer

Having inline code with italics (e.g. ``_`code`_``) renders as just italics. For example, _`code`_ renders like this: ![image](https://user-images.githubusercontent.com/37223377/94351396-fe3dc280-000c-11eb-92d5-75e9c6f5eb64.png) _Note: I originally reported this on the GitHub CLI as cli/cli#1983, but...

bug
renderer

I noticed a difference in output when setting colors for `Code` vs `CodeBlock`. I was expecting them to be the same colors with my configuration and it seems they are...

renderer
style

This appears to happen when the width is 120 columns or wider either set automatically based on the width of the terminal or when set with the `-w`/`--width` flag. I...

bug
renderer

Please consider to add the Github's extension to display data in rows and columns. It allows align text in the columns to the left, right, or center by adding a...

enhancement
renderer

When using description lists with glamour/glow, the different items of description lists are rendered incorrect. The following sample code ``` Term : TatsΓ€chlich das, womit der Computer arbeitet. Jedes Kommando...

renderer

So there is `-s [dark|light]`, I think that should be changed to `-s [dark|light|term]` where the term option uses color 0-15, which is easier to change than making a json...

enhancement
style

It would be nice to have lists with items spanning multiple rows indented to the same level for text. This is just my opinion, so feel free to close this...

enhancement
renderer

Glow does not seem to understand that footnotes ([Pandoc syntax](https://pandoc.org/MANUAL.html#footnotes)) are not URLs, notably when the footnote contains just a single word: ```markdown Foo[^1] bar. [^1]: Not a URL here....

enhancement
renderer

Would be helpful to have this option for some advanced rendering uses, even if the syntax is more complex.

enhancement
renderer