Fix unclosed markdown code block in scripts/README.md#25267
Fix unclosed markdown code block in scripts/README.md#25267rolfbjarne wants to merge 1 commit intomainfrom
Conversation
Add missing closing ``` after the TemplateScript example to prevent the rest of the document from rendering as code on GitHub. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #69494c9] Build passed (Build packages) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #69494c9] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #69494c9] Build passed (Build macOS tests) ✅Pipeline on Agent |
There was a problem hiding this comment.
Pull request overview
Fixes markdown rendering in scripts/README.md by closing an unbalanced fenced code block so the remainder of the document no longer renders as code on GitHub.
Changes:
- Added the missing closing code fence after the
TemplateScriptexample. - Restored proper markdown rendering for the remaining sections/code blocks.
🔥 [CI Build #69494c9] Test results 🔥Test results❌ Tests failed on VSTS: test results 1 tests crashed, 12 tests failed, 139 tests passed. Failures❌ monotouch tests (iOS)11 tests failed, 0 tests passed.Failed tests
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🔥 [CI Build #69494c9] Test results 🔥Test results❌ Tests failed on VSTS: test results 1 tests crashed, 0 tests failed, 153 tests passed. Failures❌ windows tests🔥 Failed catastrophically on VSTS: test results - windows (no summary found). Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
scripts/README.md has an unclosed code fence (opens with ```make but never closes), causing the rest of the README to render as code on GitHub.
Changes:
🤖 Pull request created by Copilot