📖 Add / fix language identifiers in .md files across amphtml#25254
Merged
rsimha merged 1 commit intoampproject:masterfrom Oct 25, 2019
rsimha:2019-10-24-MarkdownSyntax
Merged
📖 Add / fix language identifiers in .md files across amphtml#25254rsimha merged 1 commit intoampproject:masterfrom rsimha:2019-10-24-MarkdownSyntax
.md files across amphtml#25254rsimha merged 1 commit intoampproject:masterfrom
rsimha:2019-10-24-MarkdownSyntax
Conversation
|
Hey @gmajoulet, these files were changed:
Hey @newmuis, these files were changed:
|
mrjoro
approved these changes
Oct 25, 2019
Member
mrjoro
left a comment
There was a problem hiding this comment.
Thanks for cleaning this up! I didn't check every file, but the ones I did look good.
twifkak
added a commit
to twifkak/amphtml
that referenced
this pull request
Oct 30, 2019
Merged
twifkak
added a commit
that referenced
this pull request
Oct 30, 2019
|
micajuine-ho
pushed a commit
to micajuine-ho/amphtml
that referenced
this pull request
Dec 27, 2019
micajuine-ho
pushed a commit
to micajuine-ho/amphtml
that referenced
this pull request
Dec 27, 2019
* cl/276564440 Add warnings about modifying public function interfaces. * cl/277373856 Revision bump for ampproject#25246 * cl/277373931 Revision bump for ampproject#25254
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Auto-formatting of
.mdfiles was introduced in #25182. This exposed several code blocks in our documentation with missing or incorrect language identifiers, and therefore missing or incorrect syntax highlighting / formatting.PR highlights:
prettier-ignoreannotations where required.mdfiles with PrettierExample before / after:
Reference: Github documentation for highlighting code blocks
Follow up to #25182