Skip to content

Commit

Permalink
Fixed diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 21, 2024
1 parent d5dca6a commit 8c16485
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ flowchart TD
end
subgraph Doc Process Context
J["...
model.setName(#quot;Venus#quot;);
model.setName(#quot;Venus#quot;);
..."]
style J text-align:left
end
Expand Down Expand Up @@ -61,14 +61,14 @@ flowchart TD
subgraph HTML Document
R1["#lt;html#gt;
...
#lt;h2#gt;Hello World!#lt;/h2#gt;
#lt;h2#gt;Hello Venus ♀!#lt;/h2#gt;
...
#lt;/html#gt;"]
style R1 text-align:left
end
subgraph MarkDown Document
R2["...
## Hello World!
## Hello Venus ♀!
..."]
style R2 text-align:left
end
Expand Down

0 comments on commit 8c16485

Please sign in to comment.