This commit is contained in:
Jesse Winton
2024-08-27 09:43:37 -04:00
parent c9f7fc75f1
commit 562058cf0e
319 changed files with 16360 additions and 15622 deletions

View File

@@ -49,9 +49,9 @@ Create ordered (numbered) and unordered (bulleted) lists using 1., \*, or -.
**Unordered List**:
```md
- Apple
- Banana
- Cherry
- Apple
- Banana
- Cherry
```
#### Links
@@ -130,19 +130,19 @@ Alternatively, use markdoc tables.
```md
{% table %}
- Heading 1
- Heading 2
- Heading 1
- Heading 2
---
- Row 1 Cell 1
- Row 1 Cell 2
- Row 1 Cell 1
- Row 1 Cell 2
---
- Row 2 Cell 1
- Row 2 cell 2
{% /table %}
- Row 2 Cell 1
- Row 2 cell 2
{% /table %}
```
#### Block Quotes