Skip to content

Commit d989204

Browse files
Fix the regular expression
1 parent f5d8f23 commit d989204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)