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
The styles will most likely be in `node_modules/highlight.js/styles` folder.
24
+
23
25
#### Syntax highlighting of single code snippet
24
26
Code snippet that requires syntax highlighting should be passed as children to Highlight component in string format. Language name of code snippet should be specified as className.
25
27
@@ -39,4 +41,4 @@ This is especially usefull if html with multiple code snippets is generated from
0 commit comments