mirror of https://github.com/status-im/NimYAML.git
Updated from master
This commit is contained in:
parent
293459fc14
commit
185bb4582f
|
@ -80,6 +80,10 @@
|
|||
<input type="radio" name="style" id="style-json" value="json"/>
|
||||
<label for="style-json">JSON</label>
|
||||
</div>
|
||||
<div class="style-option">
|
||||
<input type="radio" name="style" id="style-tokens" value="tokens"/>
|
||||
<label for="style-tokens">Tokens</label>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
|
@ -139,4 +143,4 @@
|
|||
parse();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue