1
1
Fork 0

style blockquotes

This commit is contained in:
Ava Gaiety Wroten 2022-11-27 12:42:12 -06:00
parent 7280ea2af9
commit de0630798c

View file

@ -11,6 +11,7 @@ const markdownClassMapping = {
h4: ['text-xl', 'mt-2'],
h5: ['text-lg', 'mt-2'],
h6: ['font-bold', 'mt-2'],
blockquote: ['border-l-4', 'border-gray-200', 'pl-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-full', 'rounded-lg', 'max-h-600px'],