Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 4fbb5e2

Browse files
committed
fix: use html code fence
1 parent 5e4285a commit 4fbb5e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Open-Source-Category-Snippets.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See [here](https://opensource.newrelic.com/oss-category/#new-relic-experimental)
2525

2626
**Required:** Copy and paste the following into the **top** of your project's README.
2727

28-
```markdown
28+
```html
2929
<a href="https://opensource.newrelic.com/oss-category/#new-relic-experimental"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Experimental.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Experimental.png"><img alt="New Relic Open Source experimental project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Experimental.png"></picture></a>
3030
```
3131

@@ -41,7 +41,7 @@ See [here](https://opensource.newrelic.com/oss-category/#community-project).
4141

4242
**Required:** Copy and paste the following into the **top** of your project's README.
4343

44-
```markdown
44+
```html
4545
<a href="https://opensource.newrelic.com/oss-category/#community-project"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Community_Project.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Project.png"><img alt="New Relic Open Source community project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Project.png"></picture></a>
4646
```
4747

@@ -57,7 +57,7 @@ See [here](https://opensource.newrelic.com/oss-category/#community-plus).
5757

5858
**Required:** Copy and paste the following into the **top** of your project's README.
5959

60-
```markdown
60+
```html
6161
<a href="https://opensource.newrelic.com/oss-category/#community-plus"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Community_Plus.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"><img alt="New Relic Open Source community plus project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png"></picture></a>
6262
```
6363

@@ -73,7 +73,7 @@ See [here](https://opensource.newrelic.com/oss-category/#new-relic-one-catalog-p
7373

7474
**Required:** Copy and paste the following into the **top** of your project's README.
7575

76-
```markdown
76+
```html
7777
<a href="https://opensource.newrelic.com/oss-category/#new-relic-one-catalog-project"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/New_Relic_One_Catalog_Project.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/New_Relic_One_Catalog_Project.png"><img alt="New Relic Open Source catalog project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/New_Relic_One_Catalog_Project.png"></picture></a>
7878
```
7979

@@ -89,7 +89,7 @@ See [here](https://opensource.newrelic.com/oss-category/#example-code).
8989

9090
**Required:** Copy and paste the following into the **top** of your project's README.
9191

92-
```markdown
92+
```html
9393
<a href="https://opensource.newrelic.com/oss-category/#example-code"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Example_Code.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Example_Code.png"><img alt="New Relic Open Source example project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Example_Code.png"></picture></a>
9494
```
9595

@@ -105,6 +105,6 @@ See [here](https://opensource.newrelic.com/oss-category/#archived).
105105

106106
**Required:** Copy and paste the following into the **top** of your project's README.
107107

108-
```markdown
108+
```html
109109
<a href="https://opensource.newrelic.com/oss-category/#archived"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Archived.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Archived.png"><img alt="New Relic Open Source archived project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Archived.png"></picture></a>
110110
```

0 commit comments

Comments
 (0)