glamour
glamour copied to clipboard
Stylesheet-based markdown rendering for your CLI apps ππ»ββοΈ
https://github.com/charmbracelet/lipgloss/pull/240 part of glamour rewrite
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.4 to 1.6.0. Release notes Sourced from github.com/yuin/goldmark's releases. v1.6.0 release Add an option for WithEastAsianLineBreaks v1.5.6 release No release notes provided. v1.5.5 release No release notes...
`getDefaultStyle(AutoStyle)` returns `&NoTTYStyleConfig, nil` when stdout is not terminal
This PR aims to fix #260 and #82 by adding an option to disable auto email `mailto:` links.
Newlines get mangled after the first item in the list and everything until the end of the list gets shown as definitions for the first term. ``` First term :...
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.25 to 1.0.26. Release notes Sourced from github.com/microcosm-cc/bluemonday's releases. Update golang.org/x/net to latest and force latest version Bumping version and ensuring latest golang.org/x/net as the HTTP rapid...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
β¦io/os packages. As of Go v1.16, the io/ioutil package has been deprecated and replaced with io and os implementations. https://go.dev/doc/go1.16#ioutil
Similar to #82, Go modules are incorrectly rendered as `mailto` links. Given a module like ` golang.org/x/[email protected]`, it is rendered as: ```console golang.org/x/[email protected] mailto:golang.org/x/[email protected] ``` It'd be nice if there...
This is still a wip, but making a draft PR so it's easier to get feedback and help debugging along the way. It seems to spit out the right table...