|
|
@@ -3,10 +3,9 @@
|
|
|
{% block html_title %}{{ t('Customize') }} {% endblock %}
|
|
|
|
|
|
{% block html_additional_headers %}
|
|
|
+ {% parent %}
|
|
|
<!-- CodeMirror -->
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/g/codemirror@4.5.0(codemirror.css+addon/hint/show-hint.css)">
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.ui/1.11.4/jquery-ui.min.css">
|
|
|
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/codemirror/4.5.0/theme/eclipse.css">
|
|
|
<style>
|
|
|
.CodeMirror {
|
|
|
border: 1px solid #eee;
|
|
|
@@ -215,7 +214,7 @@
|
|
|
|
|
|
<p class="help-block">
|
|
|
Examples:
|
|
|
- <pre><code><script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/languages/yaml.min.js" defer></script></script></code></pre>
|
|
|
+ <pre><code><script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/languages/yaml.min.js" defer></script></code></pre>
|
|
|
</p>
|
|
|
|
|
|
<div class="form-group">
|