mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 15:29:19 +08:00
swagger: avoid builtin syntax-highlightning #280
This commit is contained in:
parent
aa4d1b77bd
commit
6e70ae0f93
@ -13,6 +13,10 @@ var touchsupport = ('ontouchstart' in window) || (navigator.maxTouchPoints > 0)
|
||||
|
||||
var formelements = 'button, datalist, fieldset, input, label, legend, meter, optgroup, option, output, progress, select, textarea';
|
||||
|
||||
// rapidoc: #280 disable broad document syntax highlightning
|
||||
window.Prism = window.Prism || {};
|
||||
Prism.manual = true;
|
||||
|
||||
// PerfectScrollbar
|
||||
var psc;
|
||||
var psm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user