Skip to content

Commit 73b0259

Browse files
committed
docs: update properties with new links
1 parent c0a0e1a commit 73b0259

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/docs/usage/properties.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@ You have numerous properties you can set for each embedded gist:
1414

1515
| Property | Description |
1616
| --- | --- |
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. |
2626

2727
<br />
2828
<br />
2929

30-
3130
### URL
3231
<!-- md:version stable-1.0.0 -->
3332
<!-- md:flag required -->

0 commit comments

Comments
 (0)