aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/MDX/CodeBlock/CodeBlock.tsx
Commit message (Expand)AuthorAgeFilesLines
* refactor: load prism plugins without babelArmand Philippot2022-03-241-21/+60
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+5
* chore: update some texts to reduce its widthArmand Philippot2022-02-131-2/+2
* fix: translate Prism toolbar buttons on MDX code blocksArmand Philippot2022-02-081-13/+29
* chore(prism): translate color scheme toggle buttonArmand Philippot2022-02-081-1/+5
* refactor(prism): rename color scheme attributes and remove prefixArmand Philippot2022-02-081-1/+1
* chore: add a new settings to handle prism theme from toolbarArmand Philippot2022-02-011-0/+10
* chore: add a Prism plugin to set code blocks themeArmand Philippot2022-01-311-0/+1
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-2/+2
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-2/+4
* chore: create a CodeBlock component for MDX renderingArmand Philippot2022-01-261-0/+38