File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,25 +54,25 @@ You can use either the URL of the from the page where you access it (ending in `
54
54
55
55
Simply add it with the embed tags:
56
56
```
57
- {% embed src="<link to document>" %}
57
+ {{ % embed src="<link to document>" %} }
58
58
```
59
59
60
60
Example 1:
61
61
62
62
```
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" %} }
64
64
```
65
65
66
66
Example 2:
67
67
68
68
```
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%" %} }
70
70
```
71
71
72
72
_ Forms Example_
73
73
74
74
```
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" %} }
76
76
```
77
77
78
78
### Video Embeds - YouTube
You can’t perform that action at this time.
0 commit comments