We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83351b commit d0f752dCopy full SHA for d0f752d
index.html
@@ -10,7 +10,7 @@
10
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"
11
/>
12
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
13
- <script src="https://cdn.jsdelivr.net/gh/ru51a4/minimal_react/dist/mreact.js"></script>
+ <script src="https://cdn.jsdelivr.net/gh/ru51a4/rrender/dist/rrender.js"></script>
14
<!-- and it's easy to individually load additional languages -->
15
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/go.min.js"></script>
16
<meta charset="utf-8" />
0 commit comments