Skip to content

Conversation

Copy link

Copilot AI commented Dec 18, 2025

Corrects malformed markdown callout syntax that prevents proper rendering on Microsoft Learn.

Changes

  • Line 80: > ![NOTE]> [!NOTE]

The exclamation mark must be inside the square brackets for markdown callouts to render correctly. This matches the syntax used in 22+ other documentation files in the repository.

Original prompt

This section details on the original issue you should resolve

<issue_title>Feedback on markdown callout</issue_title>
<issue_description>### Type of issue

Typo

Feedback

Exclamation point (!) is in the should be moved to inside the square brackets on line 82 for a note callout in the dynamic-profiles.md document.

> ![NOTE] should be > [!NOTE]

[!NOTE]
The starting directory of Cygwin is set in order for the path
to work. The default directory opened when starting Cygwin will be $HOME because
of the --login flag.

P.S. Thank you for a great project and documentation! 🙏

Page URL

https://learn.microsoft.com/en-us/windows/terminal/dynamic-profiles

Content source URL

https://github.com/MicrosoftDocs/terminal/blob/main/TerminalDocs/dynamic-profiles.md

Author

@cinnamon-msft

Document Id

15a56b9b-5264-0694-e0ee-4a7e8241e1b9</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@learn-build-service-prod
Copy link

Learn Build status updates of commit fe3a750:

✅ Validation status: passed

For more details, please refer to the build report.

Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 0b301f9:

💡 Validation status: suggestions

File Status Preview URL Details
TerminalDocs/dynamic-profiles.md 💡Suggestion View Details

TerminalDocs/dynamic-profiles.md

  • Line 5, Column 11: [Suggestion: value-deprecated-replace - See documentation] The 'ms.topic: conceptual' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.topic: article'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Copilot AI changed the title [WIP] Fix typo in markdown callout for dynamic-profiles Fix markdown callout syntax in dynamic-profiles.md Dec 18, 2025
Copilot AI requested a review from mattwojo December 18, 2025 20:27
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.

Feedback on markdown callout

2 participants