Skip to content

Commit

Permalink
Add prettier ignore to post with custom blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed Jan 15, 2024
1 parent efc813c commit d13a1a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/2023-05-12-custom-blockquotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ A regular blockquote can be used as following:
These custom styles can be used by adding the specific class to the blockquote, as follows:

<!-- prettier-ignore-start -->

```markdown
> ##### TIP
>
Expand Down Expand Up @@ -125,3 +127,5 @@ These custom styles can be used by adding the specific class to the blockquote,
> This is a danger zone, and thus should
> be used carefully
{: .block-danger }

<!-- prettier-ignore-end -->

0 comments on commit d13a1a5

Please sign in to comment.