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-05-27T03:32:26.622Z
1+ 2026-07-07T03:28:11.222Z
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'
You can’t perform that action at this time.
0 commit comments