weseek / growi

:anchor: GROWI - Team collaboration software using markdown
https://growi.org
MIT License
1.31k stars 217 forks source link

imprv: Fix CI errors due to package upgrades #9062

Closed reiji-h closed 1 week ago

reiji-h commented 1 week ago

Summary

Note

remark-math と rehype-katex の生成する HTML が変更された。

// 変更前
<span class="math math-inline">
  <span class="katex">
    hoge
  </span>
</span>
// 変更後
<span class="katex">
    hoge
</span>

参考:https://wsgrowi.slack.com/archives/C05LB9T4KR9/p1725428367422379?thread_ts=1725337316.688899&cid=C05LB9T4KR9

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 486f4b34201a191b8dbd73359b019cc41dc570ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR