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
| `customTheme` | String | Highlighting theme. One of `neo`, `material-palenight`, or `tomorrow-night`. (Setting this will override the `dark` mode option.)
@@ -63,9 +65,11 @@ const ele = syntaxHighlighter(
63
65
|`inline`| String | Wrap code in a `<span>` tag, instead of a `<div>`. |
64
66
|`ranges`| Array | Ranges of line numbers to apply highlighting to. Requires `highlightMode` enabled |
65
67
|`tokenizeVariables`| Boolean | Match and render [ReadMe variables](rdme-variable) in your markdown. |
68
+
<!-- prettier-ignore-end -->
66
69
67
70
## Languages Supported
68
71
72
+
<!-- prettier-ignore-start -->
69
73
| Language | Available language mode(s) |
70
74
| :--- | :--- |
71
75
| ASP.NET |`asp`, `aspx`|
@@ -110,7 +114,7 @@ const ele = syntaxHighlighter(
0 commit comments