File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ def msg_processed(self) -> str:
123123 rf"[`\0`](https://github.com/{ self .org } /{ self .repo } /issues/\0)" ,
124124 s ,
125125 )
126+ # wrap html elements in backticks, if not already wrapped
127+ s = re .sub (r"(?<!`)<([^>]+)>(?!`)" , r"`<\1>`" , s )
126128 return s
127129
128130 def parse_type (self ) -> Optional [Tuple [str , str ]]:
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Drarig29 corentingirard.dev@gmail.com
88Elijah-Bodden 106613755+Elijah-Bodden@users.noreply.github.com
99Furffico 43836984+Furffico@users.noreply.github.com
1010GabLeRoux lebreton.gabriel@gmail.com
11+ Game4Move78 83040764+Game4Move78@users.noreply.github.com
1112Julianoe Julianoe@users.noreply.github.com
1213LockBlock-dev 68129141+LockBlock-dev@users.noreply.github.com
1314LunarWatcher zoe.i2k1@gmail.com
@@ -64,4 +65,5 @@ victorlin 13424970+victorlin@users.noreply.github.com
6465victorwinberg victor.m.winberg@gmail.com
6566vieteh viet.tran@employmenthero.com
6667xylix kerk.pelt@gmail.com
68+ yuhldr yuhldr@qq.com
6769yumemio 59369226+yumemio@users.noreply.github.com
You can’t perform that action at this time.
0 commit comments