mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Rename gold to glamour
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Gold
|
||||
# Glamour
|
||||
|
||||
Render markdown on the CLI, with _pizzazz_!
|
||||
|
||||
@@ -13,17 +13,13 @@ Available as a library and on the CLI.
|
||||
|
||||
## Example Output
|
||||
|
||||

|
||||

|
||||
|
||||
Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md)!
|
||||
|
||||
## CLI Usage
|
||||
|
||||
See [cmd/gold](cmd/gold/).
|
||||
Check out the [Glamour Style Gallery](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md)!
|
||||
|
||||
## Colors
|
||||
|
||||
Currently `gold` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).
|
||||
Currently `glamour` uses the [Aurora ANSI colors](https://godoc.org/github.com/logrusorgru/aurora#Index).
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
+13
-13
@@ -1,4 +1,4 @@
|
||||
# Gold Style Reference
|
||||
# Glamour Style Reference
|
||||
|
||||
## Block Elements
|
||||
|
||||
@@ -118,7 +118,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -140,7 +140,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -189,7 +189,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -218,7 +218,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
## Inline Elements
|
||||
|
||||
@@ -284,7 +284,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -311,7 +311,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -344,7 +344,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -373,7 +373,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -418,7 +418,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -454,7 +454,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -480,7 +480,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -506,7 +506,7 @@ Style:
|
||||
|
||||
Output:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,21 +1,15 @@
|
||||
# Gold Styles Gallery
|
||||
# Glamour Styles Gallery
|
||||
|
||||
## Dark
|
||||
|
||||
`gold -s dark`
|
||||
|
||||

|
||||

|
||||
|
||||
## Light
|
||||
|
||||
`gold -s light`
|
||||
|
||||

|
||||

|
||||
|
||||
## NoTTY
|
||||
|
||||
Pronounced _naughty_.
|
||||
|
||||
`gold -s notty`
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user