Skip to content

Commit 3aa8dcc

Browse files
styles: fix inline images
Signed-off-by: Craig <[email protected]>
1 parent 27fcf42 commit 3aa8dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/inline-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
src="{{ $src }}"
1212
alt="{{ $alt }}"
1313
{{ with $title }}title="{{ . }}"{{ end }}
14-
class="inline my-0"
14+
class="inline my-0 not-prose"
1515
/>

0 commit comments

Comments
 (0)