From d4938d8cceeba573fbfaffb434e99dd7be0fcbc4 Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Sat, 22 Dec 2018 06:19:28 -0800 Subject: [PATCH] Remove code from example, doesnt work and better to add a path example --- readme.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/readme.md b/readme.md index 17e79a8..7048500 100644 --- a/readme.md +++ b/readme.md @@ -29,14 +29,6 @@ The color theme is a single CSS file, there are a couple ways to customize: 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. -```php -// Define a custom stylesheet to be used to highlight code. -function yourprefix_syntax_atom_hl() { - return 'https://raw.githubusercontent.com/PrismJS/prism-themes/master/themes/prism-atom-dark.css'; -} -add_filter( 'mkaz_prism_css_url', 'yourprefix_syntax_atom_hl' ); -``` - ### Colophon