File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2026-07-02T03:18:15.627Z
1+ 2026-08-20T03:08:19.334Z
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 - name : ' Replace GitHub MathJax equations with SVGs'
154154 run : |
155155 find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe 's/```math\n([\s\S]+?)\n```\n\n//g'
156- find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe 's/<!-- <div class="equation"(.*)(<\/div>\s*-->)/<div class="equation"$1<\/div>/sg'
156+ find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe 's/<!-- <div class="equation"(.*? )(<\/div>\s*-->)/<div class="equation"$1<\/div>/sg'
157157
158158 # Replace GitHub links to individual packages with npm links:
159159 - name : ' Replace all GitHub links to individual packages with npm links'
Original file line number Diff line number Diff line change @@ -202,3 +202,4 @@ jsconfig.json
202202# ###################
203203CLAUDE.md
204204GEMINI.md
205+ .claude /
Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2026-07-02 )
7+ ## Unreleased (2026-08-20 )
88
99<section class =" commits " >
1010
You can’t perform that action at this time.
0 commit comments