Skip to content

Bump github.com/charmbracelet/glamour from 0.4.0 to 0.6.0

Bumps github.com/charmbracelet/glamour from 0.4.0 to 0.6.0.

Release notes

Sourced from github.com/charmbracelet/glamour's releases.

v0.6.0

Fixed

Added

Changes

  • Bump github.com/muesli/termenv to 0.13.0
  • Bump github.com/yuin/goldmark to 1.5.2
  • Bump github.com/microcosm-cc/bluemonday to 1.0.21

New Contributors

Full Changelog: https://github.com/charmbracelet/glamour/compare/v0.5.0...v0.6.0


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.

v0.5.0

Added

  • Ship with built-in Dracula color scheme (#137)
package main
import (
"fmt"
"github.com/charmbracelet/glamour"
)
func main() {
in := "# Hello World\n\nThis is a simple example of Markdown rendering with Glamour!"
    out, _ := glamour.Render(in, "dracula")
    fmt.Println(out)

}
Commits
  • 3c5ceae docs: new readme footer
  • c0f987a Add Gitea CLI
  • c4cd9ed Bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.21
  • 32798f0 Bump github.com/yuin/goldmark from 1.4.4 to 1.5.2
  • 027fe19 Bump actions/setup-go from 2 to 3
  • c14b5d2 Bump actions/checkout from 2 to 3
  • e8d5c71 chore: add dependabot config
  • 50e7d3b fix(ansi): register chroma styles
  • dc4e563 chore: bump termenv
  • f74666f Document default word wrap of 80 in readme (#162)
  • Additional commits viewable in compare view

Merge request reports