Skip to content

Commit

Permalink
Fix markdown syntax in "Mark API as experimental"
Browse files Browse the repository at this point in the history
Four spaces are needed in admonitions, not two.

Amends 8332e45.
  • Loading branch information
tecosaur committed Sep 20, 2024
1 parent 8332e45 commit af972e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [StyledStrings](@id stdlib-styledstrings)

!!! note
The API for StyledStrings and AnnotatedStrings is considered experimental and is subject to change between
Julia versions.
The API for StyledStrings and AnnotatedStrings is considered experimental and is subject to change between
Julia versions.

## [Styling](@id stdlib-styledstrings-styling)

Expand Down

0 comments on commit af972e0

Please sign in to comment.