Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit d4938d8

Browse files
committed
Remove code from example, doesnt work and better to add a path example
1 parent a973d74 commit d4938d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

readme.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ The color theme is a single CSS file, there are a couple ways to customize:
2929

3030
3. If you would prefer specifying a full URL, you can use the filter `mkaz_prism_css_url` and specify a full URL to the stylesheet to use.
3131

32-
```php
33-
// Define a custom stylesheet to be used to highlight code.
34-
function yourprefix_syntax_atom_hl() {
35-
return 'https://raw.githubusercontent.com/PrismJS/prism-themes/master/themes/prism-atom-dark.css';
36-
}
37-
add_filter( 'mkaz_prism_css_url', 'yourprefix_syntax_atom_hl' );
38-
```
39-
4032

4133
### Colophon
4234

0 commit comments

Comments
 (0)