Rebase and fix code displays

This commit is contained in:
Matthew Holt 2023-11-21 11:21:27 -07:00 committed by Francis Lavoie
parent 14e9b01bf4
commit 7cba863d53
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
11 changed files with 41 additions and 117 deletions

View file

@ -1,9 +1,3 @@
<script>
ready(() => {
window.$_('.ex-json-automate-certs pre.chroma').classList.add('light');
});
</script>
<div class="ex-json-automate-certs">
```json
@ -23,3 +17,6 @@ ready(() => {
```
</div>
<script>
window.$_('.ex-json-automate-certs code').classList.add('light');
</script>