Skip to content

Commit ddcbac9

Browse files
author
Bruce Hauman
committed
remove highlight js override doc
1 parent 4f02973 commit ddcbac9

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

example_src/devdemos/css_opt_out.cljs

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,6 @@ You can find all the orginal CSS files here:
6060
[https://github.com/bhauman/devcards/blob/master/resources/public/devcards/css](https://github.com/bhauman/devcards/blob/master/resources/public/devcards/css)
6161
6262
It's probably best to copy and edit the original CSS if you have any
63-
tricky CSS issues.
64-
65-
66-
## Highlight.js
67-
68-
Currently Devcards inlines a
69-
custom [Highlight.js](https://highlightjs.org/) library into the head
70-
of the your Devcards UI document. If you inspect the `<head>` of your
71-
document you will see the element with the id
72-
`com-rigsomelight-code-highlighting`. If you would like to prevent
73-
this or use another custom Highlight.js pack you can use a similar
74-
strategy to the above.
75-
76-
You just need to include an HTML tag with the id `com-rigsomelight-code-highlighting`
77-
78-
For example if you don't want the highlight.js code in your document
79-
at all you can add a TAG like the following to the head of
80-
your document.
81-
82-
```html
83-
<script id=\"com-rigsomelight-code-highlighting\"></script>
84-
```
85-
"
63+
tricky CSS issues."
8664
)
8765

0 commit comments

Comments
 (0)