We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52678ab commit a8b1a13Copy full SHA for a8b1a13
1 file changed
_includes/ace-editor.html
@@ -1,4 +1,5 @@
1
{% if page.path contains "-" or page.path contains "help" %}
2
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.min.js"></script>
3
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ext-language_tools.js"></script>
4
<script src="includes/buttons.js"></script>
5
{% endif %}
0 commit comments