You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
* add support for embedded iframes
* add css support for embedded iframes
* add formatting instructions for embedded iframes
* pass images through with non-whitelisted alt values
* fix tests
* review comments fixed
* add control print if non-whitelisted domain encountered
* add newline to error message
Copy file name to clipboardExpand all lines: FORMAT-GUIDE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,13 @@ You can also use this to target specific events, for instance: \
63
63
- Put a Youtube video link in the **Description** field of the Alt Text. in the format `https://www.youtube.com/watch?v=[video_ID]`
64
64
> Specifying a start time is not supported at this time.
65
65
66
+
1. Embedded Iframes
67
+
68
+
Iframes can be embedded by doing:
69
+
- Add an image in the document. The image can be a screenshot of the iframe for instance but it doesn't really matter since it won't be displayed but replaced by the embedded iframe.
70
+
- Add an "Alt Text" to the image by doing **Cmd+Opt+Y** or **Right click > "Alt Text..."**
71
+
- Put a full URL in the **Description** field of the Alt Text. in the format `https://www.domain.com/watch?foo=bar`. Note that for security reasons, iframe embbedding is limited to https URLs.
72
+
66
73
1. Info Boxes
67
74
68
75
For additional information that you would like to specially call-out in your codelab, there are two styles of info boxes:
0 commit comments