Skip to content

Commit 8d0cbea

Browse files
queengooborgbsmthJosh-Cena
authoredAug 2, 2023
Set code languages for various files (part 1) (#28145)
* Set code languages for various files (part 1) * Revert LaTeX change for now * Update files/en-us/web/api/performance_api/server_timing/index.md Co-authored-by: Brian Thomas Smith <[email protected]> * Update files/en-us/learn/javascript/building_blocks/conditionals/index.md Co-authored-by: Joshua Chen <[email protected]> * Update files/en-us/learn/javascript/first_steps/variables/index.md Co-authored-by: Joshua Chen <[email protected]> * Fix selected languages * Fix selected languages * Fix selected languages * Apply suggestions from code review Co-authored-by: Joshua Chen <[email protected]> --------- Co-authored-by: Brian Thomas Smith <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
1 parent 9f27a13 commit 8d0cbea

File tree

96 files changed

+194
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+194
-193
lines changed
 

‎LICENSE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All prose content is available under
1111

1212
### Text of CC-BY-SA-2.5 license
1313

14-
```
14+
```plain
1515
Creative Commons Attribution-ShareAlike 2.5
1616
1717
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
@@ -75,13 +75,13 @@ Code examples and snippets added on or after August 20, 2010 are in the public d
7575
([CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode)). No licensing notice
7676
is necessary, but if you need one, you can use:
7777

78-
```
78+
```plain
7979
Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/
8080
```
8181

8282
#### Text of CC0 license
8383

84-
```
84+
```plain
8585
Creative Commons Legal Code
8686
8787
CC0 1.0 Universal
@@ -211,13 +211,13 @@ Code examples and snippets added before August 20, 2010 are available under
211211
the [MIT license](https://opensource.org/licenses/MIT). You should insert
212212
the following attribution information into the MIT license template:
213213

214-
```
214+
```plain
215215
© <date of last page revision> <name of person who created it>
216216
```
217217

218218
#### Text of MIT license template
219219

220-
```
220+
```plain
221221
Copyright <YEAR> <COPYRIGHT HOLDER>
222222
223223
Permission is hereby granted, free of charge, to any person obtaining a copy of this

‎files/en-us/glossary/base64/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ page-type: glossary-definition
1010

1111
When the term "Base64" is used on its own to refer to a specific algorithm, it typically refers to the version of Base64 outlined in [RFC 4648](https://datatracker.ietf.org/doc/html/rfc4648), section 4, which uses the following alphabet to represent the radix-64 digits, alongside `=` as a padding character:
1212

13-
```
13+
```plain
1414
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
1515
```
1616

0 commit comments

Comments
 (0)