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

Colorful theme loosely based on the Dracula theme for 8-16 color terminals

glow-renderer markdown files look awesome! Sometimes, when a markdown document contains a lot of links though, the output can look quite cluttered. Did you ever think about an option to...

renderer

Given this input: ``` Preceding blockquote paragraph > 1st blockquote paragraph > > quoted code block > > 2nd blockquote paragraph ``` The output is as such: ``` Precending blockquote...

bug
renderer

[CommonMark](https://spec.commonmark.org/) is a document that attempts to specify Markdown [unambiguously](https://spec.commonmark.org/0.30/#why-is-a-spec-needed-). If Markdown renderers adhere to this specification, then authors can be sure that all Markdown documents render in a predictable...

## Description The links are not colored or styled properly. ## How To Replicate The showcase program at the beginning of README doesn't render the links correctly as show in...

The dependency [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) increases compiled binary size (on linux/amd64) by a whopping 5 MB. As syntax highlighting hardly can be considered a core feature, glamour would ideally allow to optionally...

setting `"conceal": true` in my style JSON correctly hides `"link_text"` but not `"link"` is this a known issue?

When rendering table columns that have alignment specified via the header separator alignment syntax, alignment is not rendered. ``` $ cat table-example.md | left-aligned | center-aligned | right-aligned | |...

enhancement
renderer

Although it is not a big problem, but hope that the glow becomes better 😉

bug
renderer

The following code ```go package main import ( "fmt" "github.com/charmbracelet/glamour" ) func main() { in := `# [Hello World] This is a simple example of glamour! Check out the [other...