diff --git a/.eleventy.js b/.eleventy.js index e061920..b90d5d1 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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'],