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/language-highlight.md
+10
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,13 @@ function getAdder(int $x): int
51
51
return 123;
52
52
}
53
53
```
54
+
55
+
## Highlighting Dynamic Content
56
+
Code blocks [dynamically created from javascript](https://docsify.js.org/#/configuration?id=executescript) can be highlighted using the method `Prism.highlightElement` like so:
0 commit comments