Skip to content

Commit

Permalink
[docs] Remove rehypeEmptyLines (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks authored Dec 22, 2024
1 parent 3167ec6 commit 1d2fdba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/syntax-highlighting/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createHighlighter } from 'shiki';
import rehypePrettyCode from 'rehype-pretty-code';
import { rehypeEmptyLines } from './rehypeEmptyLines.mjs';
import { rehypeInlineCode } from './rehypeInlineCode.mjs';
import { rehypePrettierIgnore } from './rehypePrettierIgnore.mjs';
import { rehypeJsxExpressions } from './rehypeJsxExpressions.mjs';
Expand Down Expand Up @@ -349,7 +348,6 @@ export const rehypeSyntaxHighlighting = [
defaultLang: 'tsx',
},
],
rehypeEmptyLines,
rehypePrettierIgnore,
rehypeJsxExpressions,
rehypeInlineCode,
Expand Down

0 comments on commit 1d2fdba

Please sign in to comment.