mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
docs: don't look like a C novice #906
This commit is contained in:
parent
a55a3f053d
commit
57f2618bbe
1 changed files with 4 additions and 4 deletions
|
@ -316,13 +316,13 @@ Just a box
|
|||
> [!secondary]
|
||||
> ```c
|
||||
> // With colored border in Markdown syntax
|
||||
> printf( "Hello world\n" )
|
||||
> printf("Hello World!");
|
||||
> ```
|
||||
|
||||
{{%/* notice style="red" */%}}
|
||||
```c
|
||||
// With colored border in Shortcode syntax
|
||||
printf( "Hello world\n" )
|
||||
printf("Hello World!");
|
||||
```
|
||||
{{%/* /notice */%}}
|
||||
````
|
||||
|
@ -330,12 +330,12 @@ printf( "Hello world\n" )
|
|||
> [!secondary]
|
||||
> ```c
|
||||
> // With colored border in Markdown syntax
|
||||
> printf( "Hello world\n" )
|
||||
> printf("Hello World!");
|
||||
> ```
|
||||
|
||||
{{% notice style="red" %}}
|
||||
```c
|
||||
// With colored border in Shortcode syntax
|
||||
printf( "Hello world\n" )
|
||||
printf("Hello World!");
|
||||
```
|
||||
{{% /notice %}}
|
||||
|
|
Loading…
Reference in a new issue