From 62eaf39a4f51e7e106288c0dfe7454356ffd4ad2 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 13 Dec 2019 03:29:52 +0100 Subject: [PATCH] Link to gallery from related Styles paragraph --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6543274..744df10 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,14 @@ Fetch markdown from an HTTP source: When `gold` is started without any markdown source, it will try to find a `README.md` or `README` file in the current working directory. -### Flags - -#### Word Wrapping +### Word Wrapping The `-w` flag lets you set a maximum width, at which the output will be wrapped: ``` ./gold -w 60 ``` -#### Styles +### Styles You can choose a style with the `-s` flag (`dark` being the default): ``` @@ -50,12 +48,13 @@ Alternatively you can also supply a custom JSON stylesheet: ./gold -s mystyle.json ``` +Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md) +to find more available styles! + ## Example Output ![Gold Dark Style](https://github.com/charmbracelet/gold/raw/master/styles/gallery/dark.png) -Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md)! - ## Colors Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).