mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
10 lines
268 B
HTML
10 lines
268 B
HTML
{%- include snippets/get-sources.html -%}
|
|
{%- assign _sources = __return -%}
|
|
<script>
|
|
window.Lazyload.js('{{ _sources.mermaid }}', function() {
|
|
mermaid.initialize({
|
|
startOnLoad: true
|
|
});
|
|
mermaid.init(undefined, '.language-mermaid');
|
|
});
|
|
</script> |