mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: variance #906
This commit is contained in:
parent
1858bf48a3
commit
a55a3f053d
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ Just a box
|
|||
#### Code with Collapsed Colored Borders
|
||||
|
||||
````
|
||||
> [!orange]
|
||||
> [!secondary]
|
||||
> ```c
|
||||
> // With colored border in Markdown syntax
|
||||
> printf( "Hello world\n" )
|
||||
|
@ -327,7 +327,7 @@ printf( "Hello world\n" )
|
|||
{{%/* /notice */%}}
|
||||
````
|
||||
|
||||
> [!orange]
|
||||
> [!secondary]
|
||||
> ```c
|
||||
> // With colored border in Markdown syntax
|
||||
> printf( "Hello world\n" )
|
||||
|
|
Loading…
Reference in a new issue