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