Merged
Conversation
29 tasks
There was a problem hiding this comment.
Pull request overview
本PRは、第3章のMarkdownテンプレート例(CLEAR方式の指示例)で、コードフェンスの入れ子が崩れて以降の本文がコードブロック扱いになる可能性がある箇所を修正し、テンプレートを安全にコピペできるようにするものです。
Changes:
- CLEAR方式のMarkdownテンプレート例を外側 ````markdown フェンスで囲うよう修正
- テンプレート内の内側コードフェンス(```text)を正しく表現できるよう整理
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
変更内容
src/chapters/chapter03/index.mdの CLEAR 方式の例(Markdownテンプレート)で、コードフェンスの入れ子が崩れていた箇所を修正しました。docs/側と同様に、外側を ````markdown で囲い、内側の ```text を正しく表現できるようにしました。背景
影響