Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Use shell highlight schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 5, 2024
1 parent 3fb4da0 commit 73bb9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export const Markdown = (props: MarkdownProps) => {
!!pythonResult.result.length && (
<>
<Prism
language="shell"
PreTag={"div"}
style={style}
children={pythonResult.result.replace(
Expand Down

0 comments on commit 73bb9aa

Please sign in to comment.