style blockquotes
This commit is contained in:
parent
7280ea2af9
commit
de0630798c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const markdownClassMapping = {
|
||||||
h4: ['text-xl', 'mt-2'],
|
h4: ['text-xl', 'mt-2'],
|
||||||
h5: ['text-lg', 'mt-2'],
|
h5: ['text-lg', 'mt-2'],
|
||||||
h6: ['font-bold', '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'],
|
a: ['text-pink-700', 'hover:underline', 'focus:text-white', 'focus:bg-pink-700', 'focus:outline-link'],
|
||||||
p: ['mb-2', 'text-gray-500'],
|
p: ['mb-2', 'text-gray-500'],
|
||||||
img: ['max-w-full', 'rounded-lg', 'max-h-600px'],
|
img: ['max-w-full', 'rounded-lg', 'max-h-600px'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue