File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,7 @@ image:
228228 authorName: "John Doe"
229229` ` `
230230
231- > See [posts/introducing-images](https://hydephp.com/posts/introducing-images)
232- > for a detailed blog post with examples and schema information!
233- { .info }
231+ >info See [posts/introducing-images](https://hydephp.com/posts/introducing-images) for a detailed blog post with examples and schema information!
234232
235233# # Using Images in Posts
236234
Original file line number Diff line number Diff line change @@ -67,29 +67,10 @@ coloured blockquotes. Simply append the desired colour after the initial `>` cha
6767
6868### Customizations
6969
70- You can easily customize these styles too by adding and editing the following in your ` resources/app.css ` file, and then recompiling your site styles.
71- The code examples here use the Tailwind ` @apply ` directives, but you could also use ` border-color: something; ` just as well.
70+ You can easily customize these styles by publishing and editing the ` markdown-blockquote.blade.php ` file.
7271
73- ``` css
74- /* filepath resources/app.css
75-
76- /* Markdown Features */
77-
78- .prose blockquote .info {
79- @apply border-blue- 500;
80- }
81-
82- .prose blockquote .success {
83- @apply border-green- 500;
84- }
85-
86- .prose blockquote .warning {
87- @apply border-amber- 500;
88- }
89-
90- .prose blockquote .danger {
91- @apply border-red- 600;
92- }
72+ ``` bash
73+ php hyde publish:views components
9374```
9475
9576### Markdown usage
You can’t perform that action at this time.
0 commit comments