Skip to content

Commit 0e9349e

Browse files
committed
maint cmts
1 parent cecc661 commit 0e9349e

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

microsoft-edge/extensions-chromium/getting-started/picture-inserter-content-script.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,10 @@ When you click the image, the injected JavaScript removes the image from the DOM
4949
Obtain, install, and run the sample as follows.
5050

5151

52+
<!-- main location of this section for copying to multiple articles: [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_ -->
5253
<!-- ====================================================================== -->
5354
## Clone the MicrosoftEdge-Extensions repo
5455

55-
<!-- section copied from
56-
[Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
57-
-->
58-
5956
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo.
6057

6158
Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch to a working branch, as follows.
@@ -94,7 +91,7 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
9491
1. Check the list of directories:
9592

9693
```
97-
dir
94+
ls
9895
```
9996

10097
The `/MicrosoftEdge-Extensions/` directory is listed.
@@ -170,9 +167,7 @@ See also:
170167
* [Step 2: Create a branch](https://docs.github.com/en/get-started/start-your-journey/hello-world#step-2-create-a-branch) in _Hello World_ in GitHub Docs.
171168
-->
172169

173-
<!-- / end of section copied from
174-
[Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
175-
-->
170+
<!-- / end of section for copying to multiple articles -->
176171

177172

178173
<!-- ====================================================================== -->

microsoft-edge/extensions-chromium/getting-started/picture-viewer-popup-webpage.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ This sample is a browser extension, without JavaScript, that displays the `stars
2424
![The "Picture viewer pop-up webpage" extension running](./picture-viewer-popup-webpage-images/extension-running.png)<!-- 1st use of this png -->
2525

2626

27+
<!-- main location of this section for copying to multiple articles: [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_ -->
2728
<!-- ====================================================================== -->
2829
## Clone the MicrosoftEdge-Extensions repo
2930

30-
<!-- main copy of section to copy to extensions sample articles -->
31-
3231
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo.
3332

3433
Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch to a working branch, as follows.
@@ -48,12 +47,6 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
4847
cd C:/Users/localAccount/GitHub/
4948
```
5049

51-
1. Check the current directory:
52-
53-
```
54-
pwd
55-
```
56-
5750
1. In Microsoft Edge, go to the [MicrosoftEdge-Extensions](https://github.com/microsoft/MicrosoftEdge-Extensions) repo.
5851

5952
1. Click the down-arrow on the right side of the green **Code** button, and then in the **Clone using the web URL** section, click the **Copy url to clipboard** button next to `https://github.com/microsoft/MicrosoftEdge-Extensions.git`.
@@ -73,7 +66,7 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
7366
1. Check the list of directories:
7467

7568
```
76-
pwd
69+
ls
7770
```
7871

7972
The `/MicrosoftEdge-Extensions/` directory is listed.
@@ -149,7 +142,7 @@ See also:
149142
* [Step 2: Create a branch](https://docs.github.com/en/get-started/start-your-journey/hello-world#step-2-create-a-branch) in _Hello World_ in GitHub Docs.
150143
-->
151144

152-
<!-- / end of main copy of section to copy to extensions sample articles -->
145+
<!-- / end of section for copying to multiple articles -->
153146

154147

155148
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)