Compare commits

...

1 Commits

Author SHA1 Message Date
Sidharth Vinod
165a44a4a0 Revert "WIP: Fix docs:verify in CI" 2022-09-20 22:15:13 +05:30
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
<link rel="stylesheet" href="theme.css" />
<link
rel="stylesheet"

View File

@@ -493,14 +493,14 @@ It is also possible to attach a class to a list of nodes in one statement:
A shorter form of adding a class is to attach the classname to the node using the `:::` operator:
```mermaid-example
```mmd
classDiagram
class Animal:::cssClass
```
Or:
```mermaid-example
```mmd
classDiagram
class Animal:::cssClass {
-int sizeInFeet