Skip to content

Fix broken code fences in README#104

Merged
Ki-Seki merged 1 commit intomainfrom
copilot/repair-readme-markdown
Apr 13, 2026
Merged

Fix broken code fences in README#104
Ki-Seki merged 1 commit intomainfrom
copilot/repair-readme-markdown

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

Two adjacent fencing bugs caused the "Run SciERC…" section header and the ## Development section to render incorrectly.

  • Missing closing fence — The HumanEval Infilling bash block was never closed before the "Run SciERC…" prose, swallowing it into the code block.
  • Duplicate closing fence — An extra ``` after the dataset rebuild block created a spurious empty code block before ## Development.

@Ki-Seki Ki-Seki marked this pull request as ready for review April 13, 2026 13:46
Copilot AI review requested due to automatic review settings April 13, 2026 13:46
@Ki-Seki Ki-Seki merged commit 101af1d into main Apr 13, 2026
1 check passed
@Ki-Seki Ki-Seki deleted the copilot/repair-readme-markdown branch April 13, 2026 13:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes Markdown code-fence formatting in README.md so that the “Run SciERC…” prose and the ## Development section render as normal text/headers instead of being swallowed into or separated by unintended code blocks.

Changes:

  • Added a missing closing triple-backtick to properly terminate the HumanEval Infilling bash code block.
  • Removed an extra closing triple-backtick that created an unintended empty code block before ## Development.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants