mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
refactor(theme-classic): move some logic of CodeBlock to theme-common (#5922)
This commit is contained in:
parent
7281844179
commit
334470b5d4
5 changed files with 170 additions and 160 deletions
|
@ -22,7 +22,11 @@ export {createStorageSlot, listStorageKeys} from './utils/storageUtils';
|
|||
|
||||
export {useAlternatePageUtils} from './utils/useAlternatePageUtils';
|
||||
|
||||
export {parseCodeBlockTitle} from './utils/codeBlockUtils';
|
||||
export {
|
||||
parseCodeBlockTitle,
|
||||
parseLanguage,
|
||||
parseLines,
|
||||
} from './utils/codeBlockUtils';
|
||||
|
||||
export {docVersionSearchTag, DEFAULT_SEARCH_TAG} from './utils/searchUtils';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue