File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -1577,3 +1577,43 @@ Broken code block because of `>` (https://github.com/KyleKing/mdformat-mkdocs/is
1577
1577
echo $VAR
1578
1578
```
1579
1579
.
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
+ .
You can’t perform that action at this time.
0 commit comments