Skip to content

Commit

Permalink
[docs] Support yaml as prism language (mui#40044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Dec 1, 2023
1 parent 7b9ab9a commit 441acde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/markdown/prism.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require('prismjs/components/prism-javascript');
require('prismjs/components/prism-json');
require('prismjs/components/prism-jsx');
require('prismjs/components/prism-markup');
require('prismjs/components/prism-yaml');
require('prismjs/components/prism-tsx');

function highlight(code, language) {
Expand Down

0 comments on commit 441acde

Please sign in to comment.