mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
Use window.$ to make VSCode syntax highlighting play nice
This commit is contained in:
parent
2639f28a27
commit
f10b1e85f1
8 changed files with 24 additions and 24 deletions
|
@ -3,9 +3,9 @@ title: file_server (Caddyfile directive)
|
|||
---
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
window.$(function() {
|
||||
// Fix inline browse arg
|
||||
$('pre.chroma .s:contains("browse")').first()
|
||||
window.$('pre.chroma .s:contains("browse")').first()
|
||||
.wrapAll('<span class="k">').parent()
|
||||
.html('<a href="#browse" style="color: inherit;" title="browse">browse</a>')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue