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
@@ -16,10 +17,10 @@ An interactive web application for importing, viewing, and exporting Nutrition F
16
17
17
18
[View the tool on the web](https://instructure.ai/nutritionfacts) and select a feature to view its Nutrition Facts. You can:
18
19
19
-
* View the rendered Nutrition Facts
20
-
* Print (Formatted nicely)
21
-
* Copy an iFrame embed code to your clipboard
22
-
* Copy the permalink to your clipboard
20
+
- View the rendered Nutrition Facts
21
+
- Print (Formatted nicely)
22
+
- Copy an iFrame embed code to your clipboard
23
+
- Copy the permalink to your clipboard
23
24
24
25
### Advanced Usage
25
26
@@ -39,7 +40,7 @@ Nutrition Facts provide two primary export methods: permalink & embed.
39
40
40
41
##### Permalink
41
42
42
-
A permalink is an evergreen link to a specific feature's Nutrition Facts based on its unique id. Permalinks are structured as `ignite.ai/nutritionfacts/?id=<uid>`. When a permalink is accessed, the `uid` is used to fetch the latest revision of the Nutrition Facts and render them.
43
+
A permalink is an evergreen link to a specific feature's Nutrition Facts based on its unique id. Permalinks are structured as `ignite.ai/nutritionfacts/?id=<uid>`. When a permalink is accessed, the `uid` is used to fetch the latest revision of the Nutrition Facts and render them.
43
44
44
45
When viewing a Nutrition Facts page a "Copy permalink" helper is displayed in the header.
45
46
@@ -56,7 +57,6 @@ The "Copy embed code" generates an iFrame that is sized to fit the content witho
56
57
57
58
This makes outputting AI Components fairly simple, and standard.
0 commit comments