mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
feat: markdown styling added
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user