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

|

|
||||||
|
|
||||||
Check out the [Gold Style Gallery](https://github.com/charmbracelet/gold/blob/master/styles/gallery/README.md)!
|
Check out the [Glamour Style Gallery](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md)!
|
||||||
|
|
||||||
## CLI Usage
|
|
||||||
|
|
||||||
See [cmd/gold](cmd/gold/).
|
|
||||||
|
|
||||||
## Colors
|
## 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
|
## Development
|
||||||
|
|
||||||
|
|||||||
+13
-13
@@ -1,4 +1,4 @@
|
|||||||
# Gold Style Reference
|
# Glamour Style Reference
|
||||||
|
|
||||||
## Block Elements
|
## Block Elements
|
||||||
|
|
||||||
@@ -118,7 +118,7 @@ Style:
|
|||||||
|
|
||||||
Output:
|
Output:
|
||||||
|
|
||||||

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|
||||||
|
|
||||||

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

|
||||||
|
|
||||||

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

|
||||||
|
|
||||||

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