Better image size
This commit is contained in:
parent
bc97aaf92e
commit
fe3d69337d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const markdownClassMapping = {
|
|||
h6: ['font-bold', 'mt-2'],
|
||||
a: ['text-pink-700', 'hover:underline', 'focus:text-white', 'focus:bg-pink-700', 'focus:outline-link'],
|
||||
p: ['mb-2', 'text-gray-500'],
|
||||
img: ['max-w-lg', 'rounded-lg'],
|
||||
img: ['max-w-full', 'rounded-lg'],
|
||||
ul: ['list-disc', 'ml-4'],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue