mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Added horizontal rules between items in style docs
This commit is contained in:
@@ -49,6 +49,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### paragraph
|
||||
|
||||
The `paragraph` element represents a paragraph in the document.
|
||||
@@ -65,6 +67,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### heading
|
||||
|
||||
The `heading` element represents a heading.
|
||||
@@ -115,6 +119,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### block_quote
|
||||
|
||||
The `block_quote` element represents a quote.
|
||||
@@ -133,6 +139,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### list
|
||||
|
||||
The `list` element represents a list in the document.
|
||||
@@ -153,6 +161,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### code_block
|
||||
|
||||
The `code_block` element represents a block of code.
|
||||
@@ -178,6 +188,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### table
|
||||
|
||||
The `table` element represents a table of data.
|
||||
@@ -243,6 +255,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### item
|
||||
|
||||
The `item` element represents an item in a list.
|
||||
@@ -269,6 +283,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### enumeration
|
||||
|
||||
The `enumeration` element represents an item in an ordered list.
|
||||
@@ -294,6 +310,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### task
|
||||
|
||||
The `task` element represents a task item.
|
||||
@@ -325,6 +343,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### link
|
||||
|
||||
The `link` element represents a link.
|
||||
@@ -352,6 +372,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### link_text
|
||||
|
||||
The `link_text` element represents the text associated with a link.
|
||||
@@ -367,6 +389,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### image
|
||||
|
||||
The `image` element represents an image.
|
||||
@@ -393,6 +417,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### image_text
|
||||
|
||||
The `image_text` element represents the text associated with an image.
|
||||
@@ -407,6 +433,8 @@ Style:
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### code
|
||||
|
||||
The `code` element represents an inline code segment.
|
||||
@@ -425,6 +453,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### emph
|
||||
|
||||
The `emph` element represents an emphasized text.
|
||||
@@ -449,6 +479,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### strong
|
||||
|
||||
The `strong` element represents important text.
|
||||
@@ -473,6 +505,8 @@ Output:
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### hr
|
||||
|
||||
The `hr` element represents a horizontal rule.
|
||||
|
||||
Reference in New Issue
Block a user