auto-renderer README.md - added integrity (#591)
Integrity generated from https://www.srihash.org/ Reference: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
This commit is contained in:
parent
90ba0e341d
commit
549104c5a8
|
@ -10,7 +10,7 @@ This extension isn't part of KaTeX proper, so the script should be separately
|
|||
included in the page:
|
||||
|
||||
```html
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/contrib/auto-render.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/contrib/auto-render.min.js" integrity="sha384-v0hOo8Okju1/6E2iC8uuVf29cmfGZBHsPKw2LVlfjvJ08HnN2aj0P3/lWNKtzBWK" crossorigin="anonymous"></script>
|
||||
```
|
||||
|
||||
Then, call the exposed `renderMathInElement` function in a script tag
|
||||
|
|
Loading…
Reference in New Issue
Block a user