[skip CI] updated docs to use YAML
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
$.getJSON('sample.yml', (data) => {
|
$.getJSON('sample.yml', (data) => {
|
||||||
$('#input').val(YAML.stringify(data, null, 4)).trigger('paste');
|
$('#input').val(data).trigger('paste');
|
||||||
});
|
});
|
||||||
|
|
||||||
let timeout;
|
let timeout;
|
||||||
|
|||||||
Reference in New Issue
Block a user