feat(theme-classic): code block showLineNumbers (#7007)

This commit is contained in:
Alexey Pyltsyn 2022-04-13 15:42:35 +03:00 committed by GitHub
parent 4d9a0edf21
commit ee4c984bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 168 additions and 11 deletions

View file

@ -34,6 +34,7 @@ export {
parseCodeBlockTitle,
parseLanguage,
parseLines,
containsLineNumbers,
} from './utils/codeBlockUtils';
export {