mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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]
|
> [!secondary]
|
||||||
> ```c
|
> ```c
|
||||||
> // With colored border in Markdown syntax
|
> // With colored border in Markdown syntax
|
||||||
> printf( "Hello world\n" )
|
> printf("Hello World!");
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
{{%/* notice style="red" */%}}
|
{{%/* notice style="red" */%}}
|
||||||
```c
|
```c
|
||||||
// With colored border in Shortcode syntax
|
// With colored border in Shortcode syntax
|
||||||
printf( "Hello world\n" )
|
printf("Hello World!");
|
||||||
```
|
```
|
||||||
{{%/* /notice */%}}
|
{{%/* /notice */%}}
|
||||||
````
|
````
|
||||||
|
@ -330,12 +330,12 @@ printf( "Hello world\n" )
|
||||||
> [!secondary]
|
> [!secondary]
|
||||||
> ```c
|
> ```c
|
||||||
> // With colored border in Markdown syntax
|
> // With colored border in Markdown syntax
|
||||||
> printf( "Hello world\n" )
|
> printf("Hello World!");
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
{{% notice style="red" %}}
|
{{% notice style="red" %}}
|
||||||
```c
|
```c
|
||||||
// With colored border in Shortcode syntax
|
// With colored border in Shortcode syntax
|
||||||
printf( "Hello world\n" )
|
printf("Hello World!");
|
||||||
```
|
```
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
|
Loading…
Reference in a new issue