Skip to content

Commit 7ce22e9

Browse files
Fixed style guide
1 parent bbe8fc5 commit 7ce22e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

STYLE-GUIDE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ You can use either the URL of the from the page where you access it (ending in `
5454

5555
Simply add it with the embed tags:
5656
```
57-
{% embed src="<link to document>" %}
57+
{{% embed src="<link to document>" %}}
5858
```
5959

6060
Example 1:
6161

6262
```
63-
{% embed src="https://docs.google.com/document/d/1EP6S8k-DNsDgIKmtrA_9YrCghq3F21IqhDh9THNuoOU/edit" width="500px" height="600px" %}
63+
{{% embed src="https://docs.google.com/document/d/1EP6S8k-DNsDgIKmtrA_9YrCghq3F21IqhDh9THNuoOU/edit" width="500px" height="600px" %}}
6464
```
6565

6666
Example 2:
6767

6868
```
69-
{% embed src="https://drive.google.com/file/d/1EHUXFm0SA4DiBlHTXnRQQ-vHXuQdyBCo/view?usp=sharing" width="100%" height="100%" %}
69+
{{% embed src="https://drive.google.com/file/d/1EHUXFm0SA4DiBlHTXnRQQ-vHXuQdyBCo/view?usp=sharing" width="100%" height="100%" %}}
7070
```
7171

7272
_Forms Example_
7373

7474
```
75-
{% embed src="https://docs.google.com/forms/d/e/1FAIpQLSfBhz3elo3K8U6MpMKeO1-0CfTdTQwPaMSYJPi3bSNyFLm0Dw/viewform?usp=sf_link" %}
75+
{{% embed src="https://docs.google.com/forms/d/e/1FAIpQLSfBhz3elo3K8U6MpMKeO1-0CfTdTQwPaMSYJPi3bSNyFLm0Dw/viewform?usp=sf_link" %}}
7676
```
7777

7878
### Video Embeds - YouTube

0 commit comments

Comments
 (0)