From 27e40248ff50a465f7ed4e00406eefa7a0ad23a7 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 16 Sep 2022 19:39:38 +0530 Subject: [PATCH 1/2] Cleanup docs --- docs/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0a41b516cc..22892d60be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,7 +15,6 @@ name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" /> - Date: Fri, 16 Sep 2022 19:55:30 +0530 Subject: [PATCH 2/2] 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 87d76cd37a..f46d3689c3 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