mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Add markdown & style reference examples and generator
This commit is contained in:
@@ -118,6 +118,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## text
|
||||
|
||||
The `text` element represents a block of text.
|
||||
@@ -218,6 +221,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## enumeration
|
||||
|
||||
The `enumeration` element represents an item in ordered lists.
|
||||
@@ -257,6 +263,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## link
|
||||
|
||||
The `link` element represents a link.
|
||||
@@ -298,6 +307,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## link_text
|
||||
|
||||
The `link_text` element represents the text associated with a link.
|
||||
@@ -371,6 +383,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## image_text
|
||||
|
||||
The `image_text` element represents the text associated with an image.
|
||||
@@ -435,6 +450,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## code_block
|
||||
|
||||
The `code_block` element represents a block of code.
|
||||
@@ -463,6 +481,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## table
|
||||
|
||||
The `table` element represents a table of data.
|
||||
@@ -497,6 +518,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## emph
|
||||
|
||||
The `emph` element represents an emphasized text.
|
||||
@@ -535,6 +559,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## strong
|
||||
|
||||
The `strong` element represents important text.
|
||||
@@ -573,6 +600,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## hr
|
||||
|
||||
The `hr` element represents a horizontal rule.
|
||||
@@ -611,6 +641,9 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
Output:
|
||||

|
||||
|
||||
## block_quote
|
||||
## del
|
||||
## softbreak
|
||||
|
||||
Reference in New Issue
Block a user