From 48fb5b3f28cf832a7f8f89b316672d75bfbe8f41 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 16 Sep 2022 19:55:30 +0530 Subject: [PATCH] Test docs:verify --- src/docs/classDiagram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/classDiagram.md b/src/docs/classDiagram.md index 87d76cd37..f46d3689c 100644 --- a/src/docs/classDiagram.md +++ b/src/docs/classDiagram.md @@ -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: -```mmd +```mermaid-example classDiagram class Animal:::cssClass ``` Or: -```mmd +```mermaid-example classDiagram class Animal:::cssClass { -int sizeInFeet