Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit d989204

Browse files
Fix the regular expression
1 parent f5d8f23 commit d989204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinx/processes/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These release notes are always packaged in [Markdown format](https://www.markdow
2323

2424
**Replace:**
2525
```
26-
` \1 ((#\3)[\2])`
26+
\1 ([#\3](\2))\n
2727
```
2828

2929
![Regular Expression Replacement](regex_replacement.png)

0 commit comments

Comments
 (0)