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 31b9e55 commit 632981aCopy full SHA for 632981a
obsidian.js
@@ -1469,6 +1469,19 @@ export async function wrapInReveal(reveal, req) {
1469
flex: 1 1 0;
1470
min-width: 0;
1471
}
1472
+
1473
+ pre.mermaid {
1474
+ width: fit-content;
1475
+ margin: 0 auto;
1476
+ background-color: #c3c3c3;
1477
+ padding: 1em;
1478
+ border-radius: 6px;
1479
+ text-align: center;
1480
+ }
1481
+ pre.mermaid svg {
1482
+ vertical-align: top;
1483
1484
1485
</style>
1486
<link rel="stylesheet" href="/obsidian-page.css">
1487
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" />
0 commit comments