From 0b1bc73b94f90b45fc673e84e4473268c89c44bc Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 8 Apr 2020 10:12:01 +0200 Subject: [PATCH] Link to gallery and styles documentation --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00f73ab..374f611 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ Write handsome command-line tools with *glamour*! -`glamour` lets you use [markdown](https://en.wikipedia.org/wiki/Markdown) -templates to render user-friendly & stylish output on [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code) -compatible terminals. +`glamour` lets you render [markdown](https://en.wikipedia.org/wiki/Markdown) +documents & templates on [ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code) +compatible terminals. You can create your own stylesheet or use one of our +glamourous default themes. ## Usage @@ -49,6 +50,12 @@ fmt.Print(out) ``` +## Styles + +You can find all available default styles in our [gallery](https://github.com/charmbracelet/glamour/tree/master/styles/gallery). +Want to create your own style? [Learn how!](https://github.com/charmbracelet/glamour/tree/master/styles) + + ## Glamourous Projects Check out [Glow](https://github.com/charmbracelet/glow), a markdown renderer for