fix: improve formatting of add_diagram parameter documentation in describe.md

This commit is contained in:
mrT23
2025-05-26 15:13:50 +03:00
parent 16d980ec76
commit 86102abf8e

View File

@ -125,8 +125,8 @@ enable_pr_diagram = true
<td>If set to true, the tool will display a help text in the comment. Default is false.</td> <td>If set to true, the tool will display a help text in the comment. Default is false.</td>
</tr> </tr>
<tr> <tr>
<td><b>add_diagram</b></td> <td><b>add_diagram</b></td>
<td>If set to true, the tool will generate a <code>Mermaid</code> sequence diagram (in code block format) describing component interactions based on the code changes. Default is false.</td> <td>If set to true, the tool will generate a <code>Mermaid</code> sequence diagram (in code block format) describing component interactions based on the code changes. Default is false.</td>
</tr> </tr>
</table> </table>