Skip to content

Commit

Permalink
fix(config): added error range blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Nov 8, 2023
1 parent c67b42a commit 64e7ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ const config = {
{
className: "code-block-error-line",
line: "error-line",
block: { start: "error-line-start", end: "error-line-end" },
},
{
className: "code-block-success-line",
Expand Down

0 comments on commit 64e7ee6

Please sign in to comment.