Skip to content

Commit

Permalink
add: horizontal rules to demos/classchart.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Nov 9, 2024
1 parent ec1c632 commit 25c43fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/classchart.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ <h1>Class diagram demos</h1>
}
Admin --> Report : generates
</pre>
<hr />
<pre class="mermaid">
classDiagram
namespace Company.Project.Module {
Expand Down Expand Up @@ -240,6 +241,7 @@ <h1>Class diagram demos</h1>
Bike --> Square : "Logo Shape"

</pre>
<hr />
<pre class="mermaid">
classDiagram
note "This is a outer note"
Expand Down

0 comments on commit 25c43fa

Please sign in to comment.