Migrate to Docusaurus 3.0.0#541
Merged
Merged
Conversation
Deploying with
|
| Latest commit: |
97a6e73
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4afb6efb.utcode-learn.pages.dev |
| Branch Preview URL: | https://migrate-to-docusaurus-3.utcode-learn.pages.dev |
e608a0d to
5d67d2c
Compare
5d67d2c to
44dd0e6
Compare
Closed
Base automatically changed from
remove-strong-prop-from-term-component
to
master
November 4, 2023 14:25
f98bd1c to
1d83199
Compare
Closed
aster-void
approved these changes
Nov 5, 2023
Contributor
aster-void
left a comment
There was a problem hiding this comment.
詳しくないですが、エラーが出てないのでいいと思います 👍
ユーザ定義のインライン要素が正しく認識されてないんですかね?
Contributor
Author
|
PrettierがMDX v1形式でフォーマットするので、MDX v3ではうまくパースできなくなってしまうという感じですね... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docusaurus 3.0.0に移行しました。#531
やったこと
docusaurus.config.jsを修正しました。pタグで囲うとMDX v3の仕様でセマンティクスが崩れるので、修正しました。pタグを挿入する挙動をとるので、インラインのものは単一行になるようにしました。問題点
- Prettierのフォーマット結果とMDXの文法がマッチしておらず、Prettierをかけてからビルドするとエラーとなります。エラー箇所は、闇があまりにも深すぎるのでprettier-ignoreで一旦逃げました。#542prettier-ignoreで逃げました。