Skip to content

Commit

Permalink
🐛 fix: failed to parse markdown (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Feb 3, 2023
1 parent 353ac6c commit 910ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docs/Masa.Docs.Shared/wwwroot/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ window.MasaBlazor.markdownItRules = function (parser) {
parser.useContainer("code-group-item")
addCodeGroupRules(parser);
} else if (scope === "desc") {
addLinkRules(md)
addLinkRules(parser)
}

function addHeadingRules(md) {
Expand Down

0 comments on commit 910ee49

Please sign in to comment.