We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d5c25 commit bce9616Copy full SHA for bce9616
src/documentation/wiki-linter.ts
@@ -180,7 +180,7 @@ df[6, "value"]
180
const certaintyText = `\`${textWithTooltip(rule.info.certainty, certaintyDoc)}\``;
181
if(format === 'short') {
182
ruleExplanations.set(name, () => Promise.resolve(`
183
- **[${rule.info.name}](${FlowrWikiBaseRef}/${getPageNameForLintingRule(name)}):** ${rule.info.description} [see ${shortLinkFile(ruleType, types)}]\\
+ **[${rule.info.name}](${FlowrWikiBaseRef}/${encodeURIComponent(getPageNameForLintingRule(name))}):** ${rule.info.description} [see ${shortLinkFile(ruleType, types)}]\\
184
${tags}
185
186
`.trim()));
0 commit comments