File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,13 +173,13 @@ See [Marten Guide - Aggregates](marten-guide.md#aggregates) for implementation p
173173``` mermaid
174174graph LR
175175 subgraph Events [Events Write Model]
176- BA[BookAdded<br/>- Title: " Clean Code" <br/>- AuthorIds: [author-1]<br/>- PublisherId: pub-1]
176+ BA[" BookAdded<br/>- Title: ' Clean Code' <br/>- AuthorIds: [author-1]<br/>- PublisherId: pub-1" ]
177177 AU[AuthorUpdated]
178178 PU[PublisherUpdated]
179179 end
180180
181181 subgraph Projection [Projection Read Model]
182- BSP[BookSearchProjection<br/>- Title: " Clean Code" <br/>- AuthorNames: " Robert Martin" <br/>- PublisherName: " Prentice Hall"]
182+ BSP[" BookSearchProjection<br/>- Title: ' Clean Code' <br/>- AuthorNames: ' Robert Martin' <br/>- PublisherName: ' Prentice Hall' "]
183183 end
184184
185185 BA --> BSP
You can’t perform that action at this time.
0 commit comments