730de2e5213027212cbec0985ed96bb516ba9c2c
Bibliographie.md
... | ... | @@ -4,7 +4,7 @@ title: Bibliographie de Purple black |
4 | 4 | |
5 | 5 | <div class="tooltipPin">Version Mobile - Lorsque ☕ apparait, vous pouvez cliquer sur le titre/texte et accéder à des commentaires anonymes.</div> |
6 | 6 | |
7 | -<!--- |
|
7 | + |
|
8 | 8 | ```mermaid |
9 | 9 | mindmap |
10 | 10 | root((Bibliographie)) |
... | ... | @@ -39,7 +39,7 @@ mindmap |
39 | 39 | Histoire ouvrière, histoire des mouvements sociaux féministes |
40 | 40 | ::icon(fas fa-users-cog) |
41 | 41 | ``` |
42 | ----> |
|
42 | + |
|
43 | 43 | [comment]: <Ajouté des liens vesr les articles en dessous des catégories > |
44 | 44 | |
45 | 45 |
custom.js
... | ... | @@ -85,4 +85,23 @@ window.onload = function() { |
85 | 85 | document.getElementById("dat").innerHTML = filterSelection(page); |
86 | 86 | |
87 | 87 | |
88 | + // MERMAID CODE |
|
89 | + |
|
90 | + var mermaid = document.createElement('script'); |
|
91 | + mermaid.setAttribute('src','https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'); |
|
92 | + document.head.appendChild(mermaid); |
|
93 | + |
|
94 | + mermaid.initialize({ |
|
95 | + // mermaid core options |
|
96 | + mermaid: { |
|
97 | + startOnLoad: true, |
|
98 | + }, |
|
99 | + // mermaidAPI options |
|
100 | + flowchart: { |
|
101 | + useMaxWidth: true, |
|
102 | + htmlLabels: true, |
|
103 | + }, |
|
104 | + secure: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize', 'htmlLabels'], |
|
105 | + securityLevel: 'strict', |
|
106 | + }); |
|
88 | 107 | } |
... | ... | \ No newline at end of file |