-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix markdown issues #5730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix markdown issues #5730
Conversation
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@Youssef1313 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
There is still more to fix. Marking as ready for review to get an initial review. But it's not ready to merge yet. |
@ghogen and @Mikejo5000 - Could you review this pull request? Thanks. |
@Youssef1313 Does this PR enable markdownlint for the repo? We discussed this internally a while back, and decided not to enable it, to avoid excessive randomization. I'd suggest holding off on any further work on this, unless that decision is changed. |
@ghogen, Yes it enables it for the repo. |
@@ -33,7 +33,7 @@ This article describes how to use the **Publish** tool for one-time deployment. | |||
|
|||
 | |||
|
|||
1. Select **Azure App Service (Windows) **and **Next**. | |||
1. Select **Azure App Service (Windows)** and **Next**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghogen This is one example where it affected how the text is actually rendered. Because of incorrect spacing, the asterisks appears on the live site instead of the text being bold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Youssef1313 OK, thanks. Could you remove the part that enables markdownlint, so we can just accept the other changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghogen I have deleted the part that enables the workflow for the repo.
No description provided.