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
Copy file name to clipboardExpand all lines: docs/docs/usage/properties.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,19 @@ You have numerous properties you can set for each embedded gist:
14
14
15
15
| Property | Description |
16
16
| --- | --- |
17
-
|`url`| Path to the gist you want to link to |
18
-
|`file`| Specify a target file for gists which contain multiple files |
19
-
|`theme`| Theme to use for a specific embedded gist block |
20
-
|`color`| Text color to use for non syntax-highlighted code |
21
-
|`background`| Direct URL to image which will be used as the background for the codeblock. |
22
-
|`raw`| Allows you to integrate gists with mermaid graphs as a actual website instead of a codeblock. This property also works with normal gists. Gives you the ability to sign in to Github, as well as edit gists. |
23
-
|`zoom`|_**(Raw Mode Only)**_: Determines how big the content and text will appear in the gist window. Default value: `1`. 50% would be `0.5`|
24
-
|`height`|_**(Raw Mode Only)**_: Specify the height of the window when displaying a gist. |
25
-
|`css`|_**(Raw Mode Only)**_: Allows you to override any website's default CSS. |
17
+
|[url](#url)| Path to the gist you want to link to |
18
+
|[file](#file)| Specify a target file for gists which contain multiple files |
19
+
|[theme](#theme)| Theme to use for a specific embedded gist block |
20
+
|[color](#color)| Text color to use for non syntax-highlighted code |
21
+
|[background](#background)| Direct URL to image which will be used as the background for the codeblock. |
22
+
|[raw](#raw)| Allows you to integrate gists with mermaid graphs as a actual website instead of a codeblock. This property also works with normal gists. Gives you the ability to sign in to Github, as well as edit gists. |
23
+
|[zoom](#property-zoom)|_**(Raw Mode Only)**_: Determines how big the content and text will appear in the gist window. Default value: `1`. 50% would be `0.5`|
24
+
|[height](#property-height)|_**(Raw Mode Only)**_: Specify the height of the window when displaying a gist. |
25
+
|[css](#property-css)|_**(Raw Mode Only)**_: Allows you to override any website's default CSS. |
0 commit comments