Skip to content

Commit

Permalink
fix blockquote example
Browse files Browse the repository at this point in the history
  • Loading branch information
YifanJiang233 committed Jan 13, 2024
1 parent 5459ef1 commit efc813c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _posts/2023-05-12-custom-blockquotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,39 +89,39 @@ These custom styles can be used by adding the specific class to the blockquote,
>
> A tip can be used when you want to give advice
> related to a certain content.
> {: .block-tip }
{: .block-tip }
```

> ##### TIP
>
> A tip can be used when you want to give advice
> related to a certain content.
> {: .block-tip }
{: .block-tip }

```markdown
> ##### WARNING
>
> This is a warning, and thus should
> be used when you want to warn the user
> {: .block-warning }
{: .block-warning }
```

> ##### WARNING
>
> This is a warning, and thus should
> be used when you want to warn the user
> {: .block-warning }
{: .block-warning }

```markdown
> ##### DANGER
>
> This is a danger zone, and thus should
> be used carefully
> {: .block-danger }
{: .block-danger }
```

> ##### DANGER
>
> This is a danger zone, and thus should
> be used carefully
> {: .block-danger }
{: .block-danger }

0 comments on commit efc813c

Please sign in to comment.