We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4912b commit 90d4ec8Copy full SHA for 90d4ec8
1 file changed
scripts/queries_table_generator.py
@@ -64,7 +64,7 @@ def md_table_line(self):
64
qhelp_markdown_path = (Path(self.lang)/'src'/'docs'/self.rel_path).with_suffix('.md')
65
cells = [
66
# f"{self.id}",
67
- f'[{self.name}](./{qhelp_markdown_path} "{", ".join(self.tags)}")',
+ f'[{self.name}](./{qhelp_markdown_path})',
68
f"{self.description}",
69
f"{self.problem_severity}",
70
f"{self.precision}",
0 commit comments