Skip to content

Commit b6e89ad

Browse files
committed
test(#35): verify that issue is resolved
1 parent e474ce4 commit b6e89ad

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tests/format/fixtures/text.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,3 +1577,43 @@ Broken code block because of `>` (https://github.com/KyleKing/mdformat-mkdocs/is
15771577
echo $VAR
15781578
```
15791579
.
1580+
1581+
Broken formatting (https://github.com/KyleKing/mdformat-mkdocs/issues/35)
1582+
.
1583+
# A B C
1584+
1585+
1. Test
1586+
```bash
1587+
python -m pip install foo
1588+
```
1589+
1590+
2. Another
1591+
For example:
1592+
1593+
```yaml
1594+
repos:
1595+
- repo: https://github.com/psf/black
1596+
rev: v24.4
1597+
hooks:
1598+
- id: black
1599+
```
1600+
.
1601+
# A B C
1602+
1603+
1. Test
1604+
1605+
```bash
1606+
python -m pip install foo
1607+
```
1608+
1609+
1. Another
1610+
For example:
1611+
1612+
```yaml
1613+
repos:
1614+
- repo: https://github.com/psf/black
1615+
rev: v24.4
1616+
hooks:
1617+
- id: black
1618+
```
1619+
.

0 commit comments

Comments
 (0)