Skip to content

Commit

Permalink
Fix markdown callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jan 7, 2024
1 parent 0f3149a commit 1fbf5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ end
Since `has_object` eager-loads the Associated Object class, you can also move
any integrating code into a provided `extension` block:
> [!INFO]
> [!NOTE]
> Technically, `extension` is just `Post.class_eval` but with syntactic sugar.
```ruby
Expand Down Expand Up @@ -169,7 +169,7 @@ module Post::Published
end
```
> [!INFO]
> [!NOTE]
> Notice how in the `extension` version you don't need to:
>
> - have a naming convention for Concerns and where to place them.
Expand Down

0 comments on commit 1fbf5ae

Please sign in to comment.