From 19a5014525276550fa3dcf144e0533bdd53ee32f Mon Sep 17 00:00:00 2001 From: zhongyic00 Date: Sun, 3 Mar 2024 14:38:17 +0800 Subject: [PATCH] fix: test.md line 22, message should be outside codeblock --- test.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test.md b/test.md index 22bd76a..6a75cf1 100644 --- a/test.md +++ b/test.md @@ -17,10 +17,8 @@ sequenceDiagram John-->>Alice: Great! ``` ## fig ref -```{.mermaid #fig:ref caption="Caption" format=png loc=img/child alt="should have id of fig:ref"} - If an id starts with `fig:`, then `title` attribute is set to `fig:` - +```{.mermaid #fig:ref caption="Caption" format=png loc=img/child alt="should have id of fig:ref"} sequenceDiagram Note right of John: png with id as attr Alice->>John: Hello John, how are you?