Skip to content

Commit

Permalink
docs: fix docs (#3325)
Browse files Browse the repository at this point in the history
Update USING_PRO.md
  • Loading branch information
halafi committed Jun 13, 2024
1 parent f56ba32 commit 70bb55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_PRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import { marked } from 'marked';

// Override function
const renderer = {
heading({ text, depth }) {
heading(text, depth) {
const escapedText = text.toLowerCase().replace(/[^\w]+/g, '-');

return `
Expand Down

0 comments on commit 70bb55e

Please sign in to comment.