docs: improve markdown backport to 13.3.x#45590
Closed
josmar-crwdstffng wants to merge 2 commits intoangular:13.3.xfrom
Closed
docs: improve markdown backport to 13.3.x#45590josmar-crwdstffng wants to merge 2 commits intoangular:13.3.xfrom
josmar-crwdstffng wants to merge 2 commits intoangular:13.3.xfrom
Conversation
improve markdown for documentation. Duplicate of angular#45325 that targets 13.3.x.
b62c437 to
f9c05e7
Compare
jessicajaniuk
approved these changes
Apr 11, 2022
Contributor
jessicajaniuk
left a comment
There was a problem hiding this comment.
This is a backport only of an already approved PR.
686e81e to
ec389ab
Compare
ec389ab to
dd1dd43
Compare
|
You can preview dd1dd43 at https://pr45590-dd1dd43.ngbuilds.io/. |
Contributor
|
This PR was merged into the repository by commit 6189457. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Duplicate of #45325 that targets 13.3.x
The purpose of the changes is to clean all markdown to match a single pedantic style.
To ensure all changes in style are properly separated.
To ensure all styled content aligns to nearest 4-character-tab.
To ensure all code blocks use the Angular
<code-example>or<code-tab>elements.To ensure all markdown exists outside of html tags.
To ensure all images use the Angular style for
<img>elements.To ensure that all smart punctuation is replaced or removed.
To ensure all content does not conflict with the following reserved characters.
To ensure all content displays using html entities.
The following changes were made to files in the following directory.
The target files were markdown files.
The list of excluded files:
PR Checklist
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Updating markdown to be consistent across the docs.
Does this PR introduce a breaking change?