Correct diagram labels. Fixes #3

This commit is contained in:
Netscape Navigator 2020-04-06 07:26:42 -05:00
parent b7d1c77c2f
commit f2e7be5ba9
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit
```mermaid ```mermaid
classDiagram classDiagram
None <|-- Example1: None None <|-- Example1: None
Example1 <|-- Example2: %6cf2...a982.sha256 Example1 <|-- Example2: %6CF2...A982.sha256
class None{ class None{
empty empty
@ -13,19 +13,19 @@ classDiagram
prev NONE prev NONE
depth 0 depth 0
key1:"my_value\n" key1:"my_value1"
key2:"my_value2" key2:"my_value2"
key3:"my_value3" key3:"my_value3"
key4:%jvKh9...bvzGM=.sha256 key4:%JVKH...BVZG.sha256
key5:&29f39...e6ca3.sha256 key5:&29F3...E6CA.sha256
key6:@galda...WJccg=.ed25519 key6:@GALD...JCCG.ed25519
} }
class Example2{ class Example2{
author @DYdgK...Cve04=.ed25519 author @DYDG...CVE0.ed25519
kind hello_world kind hello_world
prev NONE prev %6CF2...A982.sha256
depth 0 depth 1
hello:"world" hello:"world"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 40 KiB