Skip to content

Commit 25759e2

Browse files
committed
Disable linting around iframes
1 parent 06f4a38 commit 25759e2

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

content/changelog/v8.4.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
title: Version 8.4.0 release notes
33
description: Get ready to level up your Front Matter CMS experience with the latest 8.4.0 release! 🚀 We've packed this update with a ton of new features including support for external UI scripts, implementation of Front Matter AI powered by mendable.ai, added taxonomy AI suggestions for GitHub sponsors, and more! 💪
44
date: 2023-04-03T15:00:03.981Z
5-
lastmod: 2023-04-06T11:48:59.467Z
5+
lastmod: 2023-11-02T15:02:48.410Z
66
slug: ""
77
type: changelog
88
---
99

10+
<!-- markdownlint-disable MD013 MD033 -->
1011
<div class="iframe__wrapper">
1112
<iframe src="https://www.youtube.com/embed/gyhW2I9RzSc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1213
</div>
14+
<!-- markdownlint-enable MD013 MD033 -->
1315

1416
## 🧪 Experimental features
1517

content/docs/content-creation/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ title: Content creation
33
slug: content-creation
44
description: null
55
date: 2021-09-17T07:36:26.654Z
6-
lastmod: 2023-04-06T11:48:41.237Z
6+
lastmod: 2023-11-02T15:02:01.791Z
77
weight: 200
88
tags:
9-
- documentation
9+
- documentation
1010
---
1111

1212
# Content creation
1313

1414
## Overview
1515

16+
<!-- markdownlint-disable MD013 MD033 -->
1617
<div class="iframe__wrapper">
1718
<iframe src="https://www.youtube.com/embed/oA5ocNaiAtY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1819
</div>
20+
<!-- markdownlint-enable MD013 MD033 -->
1921

2022
As each website is different, Front Matter allows you to create content by using content types or
2123
templates.

content/docs/custom-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ title: Custom actions
33
slug: custom-actions
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2023-10-06T13:49:58.889Z
6+
lastmod: 2023-11-02T15:02:24.382Z
77
weight: 500
88
---
99

1010
# Custom actions
1111

1212
## Overview
1313

14+
<!-- markdownlint-disable MD013 MD033 -->
1415
<div class="iframe__wrapper">
1516
<iframe src="https://www.youtube.com/embed/wvH9Tn5LQ2c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1617
</div>
18+
<!-- markdownlint-enable MD013 MD033 -->
1719

1820
Not every website is the same. That is why we want to give you the ability to extend Front Matter
1921
and you can do this by adding your custom actions to the Front Matter panel. A custom action is

content/docs/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started
33
slug: getting-started
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2023-10-06T14:38:00.539Z
6+
lastmod: 2023-11-02T15:02:12.533Z
77
weight: 100
88
---
99

@@ -13,9 +13,11 @@ weight: 100
1313

1414
To get you started, you first need to install the extension in Visual Studio Code.
1515

16+
<!-- markdownlint-disable MD013 MD033 -->
1617
<div class="iframe__wrapper">
1718
<iframe src="https://www.youtube.com/embed/xb6pZiier_E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1819
</div>
20+
<!-- markdownlint-enable MD013 MD033 -->
1921

2022
## Installation
2123

content/docs/snippets/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Snippets
33
slug: snippets
44
description: null
55
date: 2022-03-04T14:40:10.952Z
6-
lastmod: 2023-08-20T10:17:32.242Z
6+
lastmod: 2023-11-02T15:00:05.728Z
77
weight: 850
88
---
99

@@ -15,9 +15,11 @@ Snippets are a pre-defined chunk of code/text that can be used to insert in your
1515
provides the editor an easy way to add various elements to the content that is defined for your
1616
project/website.
1717

18+
<!-- markdownlint-disable MD013 MD033 -->
1819
<div class="iframe__wrapper">
1920
<iframe src="https://www.youtube.com/embed/0J-StFyEbV0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
2021
</div>
22+
<!-- markdownlint-enable MD013 MD033 -->
2123

2224
All snippets can be found on the snippets dashboard.
2325

0 commit comments

Comments
 (0)