feat: markdown styling added

This commit is contained in:
Timothy J. Baek
2023-10-24 17:49:54 -07:00
parent 38519a2654
commit e509dafd78
2 changed files with 110 additions and 23 deletions

View File

@@ -17,6 +17,17 @@ export default {
900: '#202123',
950: '#050509'
}
},
typography: {
DEFAULT: {
css: {
pre: false,
code: false,
'pre code': false,
'code::before': false,
'code::after': false
}
}
}
}
},