e45d43e0ab4feeb3a8e390e9aca20dada6f3452c
Bibliographie.md
... | ... | @@ -42,12 +42,6 @@ mindmap |
42 | 42 | |
43 | 43 | ---> |
44 | 44 | |
45 | -<pre class="mermaid"> |
|
46 | - graph LR |
|
47 | - A --- B |
|
48 | - B-->C[fa:fa-ban forbidden] |
|
49 | - B-->D(fa:fa-spinner); |
|
50 | -</pre> |
|
51 | 45 | |
52 | 46 | [comment]: <Ajouté des liens vesr les articles en dessous des catégories > |
53 | 47 |
custom.js
... | ... | @@ -1,6 +1,5 @@ |
1 | 1 | window.onload = function() { |
2 | - import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'; |
|
3 | - |
|
2 | + |
|
4 | 3 | var img_ele = null, |
5 | 4 | x_cursor = 0, |
6 | 5 | y_cursor = 0, |