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 c79bc1c commit 67891bdCopy full SHA for 67891bd
.vitepress/theme/pages/Layout.vue
@@ -11,10 +11,7 @@
11
</Layout>
12
</template>
13
14
-<script
15
- lang="ts"
16
- setup
17
->
+<script lang="ts" setup>
18
import DefaultTheme from "vitepress/theme";
19
import Annotations from "../components/Annotations.vue";
20
import PrevNext from "../components/PrevNext.vue";
@@ -88,6 +85,11 @@ img.inline-img {
88
85
border: 3px solid var(--vp-c-default-1);
89
86
}
90
87
+.mermaid {
+ display: flex;
+ justify-content: center;
91
+}
92
+
93
/* image subtitle */
94
figure figcaption {
95
margin-bottom: 1.5rem;
0 commit comments