diff --git a/tailwind.config.js b/tailwind.config.js index 59e4236..45b464e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,10 @@ module.exports = { purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./_posts/**/*.{md}", "./_projects/**/*.{md}", "./_talks/**/*.{md}"], + transform: { + md: (content) => { + return remark().process(content) + } + }, darkMode: false, // or 'media' or 'class' theme: { fontFamily: {