mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
feat(theme-classic): code block showLineNumbers (#7007)
This commit is contained in:
parent
4d9a0edf21
commit
ee4c984bc7
7 changed files with 168 additions and 11 deletions
|
@ -34,6 +34,7 @@ export {
|
|||
parseCodeBlockTitle,
|
||||
parseLanguage,
|
||||
parseLines,
|
||||
containsLineNumbers,
|
||||
} from './utils/codeBlockUtils';
|
||||
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue