File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff 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
6262It'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
You can’t perform that action at this time.
0 commit comments