Skip to content

Commit df0430d

Browse files
authored
Fix formatting in admonitions documentation (#3129)
1 parent 3525612 commit df0430d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/syntax/admonitions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A relevant piece of information with no serious repercussions if ignored.
2424

2525
:::{note}
2626
This is a note.
27+
2728
It can span multiple lines and supports inline formatting.
2829
:::
2930

@@ -34,6 +35,7 @@ It can span multiple lines and supports inline formatting.
3435
```markdown
3536
:::{note}
3637
This is a note.
38+
3739
It can span multiple lines and supports inline formatting.
3840
:::
3941
```
@@ -153,4 +155,4 @@ It can *span* multiple lines and supports inline formatting.
153155
## Applies to information
154156

155157
:::{include} _snippets/applies-to-admonitions.md
156-
:::
158+
:::

0 commit comments

Comments
 (0)