Skip to content

Commit b56fa55

Browse files
committed
Embed graphs from mermaid.live instead of as raw markdown
1 parent 962f426 commit b56fa55

File tree

1 file changed

+2
-60
lines changed

1 file changed

+2
-60
lines changed

README.md

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -168,46 +168,7 @@ graph LR
168168
```
169169
`````
170170

171-
```mermaid
172-
graph LR
173-
common_customer-. "ManyToOneRel<br>reverse: sales_creditcards" .->sales_creditcard
174-
common_customer["common.customer"]
175-
sales_creditcard["sales.creditcard"]
176-
common_customer-. "ManyToOneRel<br>reverse: sales_bankaccounts" .->sales_bankaccount
177-
common_customer["common.customer"]
178-
sales_bankaccount["sales.bankaccount"]
179-
common_customer-. "ManyToOneRel<br>reverse: shipping_addresses" .->sales_shippingaddress
180-
common_customer["common.customer"]
181-
sales_shippingaddress["sales.shippingaddress"]
182-
common_customer-. "ManyToOneRel<br>reverse: orders" .->sales_order
183-
common_customer["common.customer"]
184-
sales_order["sales.order"]
185-
sales_bankaccount== "ForeignKey<br>customer" ===common_customer
186-
sales_bankaccount["sales.bankaccount"]
187-
common_customer["common.customer"]
188-
sales_creditcard== "ForeignKey<br>customer" ===common_customer
189-
sales_creditcard["sales.creditcard"]
190-
common_customer["common.customer"]
191-
sales_order-. "ManyToOneRel<br>reverse: items" .->sales_orderitem
192-
sales_order["sales.order"]
193-
sales_orderitem["sales.orderitem"]
194-
sales_order== "ForeignKey<br>customer" ===common_customer
195-
sales_order["sales.order"]
196-
common_customer["common.customer"]
197-
sales_order== "ForeignKey<br>shipping_address" ===sales_shippingaddress
198-
sales_order["sales.order"]
199-
sales_shippingaddress["sales.shippingaddress"]
200-
sales_orderitem== "ForeignKey<br>order" ===sales_order
201-
sales_orderitem["sales.orderitem"]
202-
sales_order["sales.order"]
203-
sales_shippingaddress-. "ManyToOneRel<br>reverse: order" .->sales_order
204-
sales_shippingaddress["sales.shippingaddress"]
205-
sales_order["sales.order"]
206-
sales_shippingaddress== "ForeignKey<br>customer" ===common_customer
207-
sales_shippingaddress["sales.shippingaddress"]
208-
common_customer["common.customer"]
209-
```
210-
171+
[![](https://mermaid.ink/img/pako:eNqtlVFvgjAQx78KuWckyiYyMnxa9rItS9yeNhZT6Slk0JICy5zxu6-iKDI0UsZTud79-8td77oCn1MEBxaCJIH2OPGYJj-fxzFnUz9PMx6j6BmaB0-ELV_5M8MJRrczMRb4hSJFR0tJhOnUF0jDzCeCph5oRm9cNzcqv3uwtRilxYOPrWc9XroWJqMiWfoq8M4I-yS-z3OWHQFX7GrEFYE9clVUjTkIkyRkiymhVGCa4hFzubvbVOOuiezZ6-JK_FxQuagyFxY10iJ0z7cVOlkD15Vc91xguGAPuNxQHWQ113Vrp_9DKVtc6i50Sq1xWXLPFzPMMP5by421XZX2YcdehVCDZ5dcnYNRylADTL1Ht1BnOvTSPLXtzFp2G1B3pxz4Kt2oVJs2_BdMihODonM62mB2uW4dZ2njFQQd5CImIZXP9WoT50EWYIweOHJJcU7ySM4kj62lK8kz_rJkPjiZyFGHPKEkw7uQyIc-BmdOolRaE8LeOI9LJ_kLzgq-wRnYpjEwLWs0tGx7eGMOTB2W4JijkWFb9tX1wO4PLbm91uGnEOgbQx0EzxfBTnz9C6zF_mg?type=png)](https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNqtlVFvgjAQx78KuWckyiYyMnxa9rItS9yeNhZT6Slk0JICy5zxu6-iKDI0UsZTud79-8td77oCn1MEBxaCJIH2OPGYJj-fxzFnUz9PMx6j6BmaB0-ELV_5M8MJRrczMRb4hSJFR0tJhOnUF0jDzCeCph5oRm9cNzcqv3uwtRilxYOPrWc9XroWJqMiWfoq8M4I-yS-z3OWHQFX7GrEFYE9clVUjTkIkyRkiymhVGCa4hFzubvbVOOuiezZ6-JK_FxQuagyFxY10iJ0z7cVOlkD15Vc91xguGAPuNxQHWQ113Vrp_9DKVtc6i50Sq1xWXLPFzPMMP5by421XZX2YcdehVCDZ5dcnYNRylADTL1Ht1BnOvTSPLXtzFp2G1B3pxz4Kt2oVJs2_BdMihODonM62mB2uW4dZ2njFQQd5CImIZXP9WoT50EWYIweOHJJcU7ySM4kj62lK8kz_rJkPjiZyFGHPKEkw7uQyIc-BmdOolRaE8LeOI9LJ_kLzgq-wRnYpjEwLWs0tGx7eGMOTB2W4JijkWFb9tX1wO4PLbm91uGnEOgbQx0EzxfBTnz9C6zF_mg)
211172

212173
#### Dot Output
213174

@@ -281,26 +242,7 @@ graph TD
281242
```
282243
`````
283244

284-
285-
```mermaid
286-
graph TD
287-
sales_0001_initial["sales/0001"]
288-
inventory_0001_initial["inventory/0001"]
289-
auth_0001_initial["auth/0001"]
290-
contenttypes_0001_initial["contenttypes/0001"]
291-
common_0001_initial["common/0001"]
292-
admin_0001_initial["admin/0001"]
293-
admin_0002_logentry_remove_auto_add["admin/0002"]
294-
admin_0003_logentry_add_action_flag_choices["admin/0003"]
295-
admin_0001_initial --> admin_0002_logentry_remove_auto_add
296-
admin_0002_logentry_remove_auto_add --> admin_0003_logentry_add_action_flag_choices
297-
inventory_0001_initial --> sales_0001_initial
298-
auth_0001_initial --> admin_0001_initial
299-
common_0001_initial --> sales_0001_initial
300-
contenttypes_0001_initial --> admin_0001_initial
301-
auth_0001_initial --> common_0001_initial
302-
```
303-
245+
[![](https://mermaid.ink/img/pako:eNqNk01ugzAQha8SzZqk4BRCvegqN2hXrSvLAgcsYRuBiUqj3L0D_QsQaFjBm2_ePGP7BIlNJVDIKlHmq-c9Myt8alHImvu-H3BllFOieGXQi3edyODti1PmKI2zVTtmfwtDXjQuH6OdNqQSaxx2u7achrisjbu0tmbKd-ooRarVBOzFGY7wwmY4FddZSW2PkmNoy0WaXjaSaeP2rxFhLhKnMOKhEBlPcqsSWV8abBcSrtbrx1sC3Zx8aPh_0KUN772mZ2Zmz4eTR_SVXVx0nz0ri1OuZ7oyGzzQstJCpXhHTl0zA5dLLRlQfE3lQTSFY8DMGdHu3z61JgHqqkZ60JSpcHKvBN4uDfQgihrVUpgXa_UPhJ9AT_AONIjJJiBRtAujOA4fSEA8aIGS3W4TR_H2Poj9MMLy2YOP3sDfhB5Utsnyb_PzJ2LSQSE?type=png)](https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNqNk01ugzAQha8SzZqk4BRCvegqN2hXrSvLAgcsYRuBiUqj3L0D_QsQaFjBm2_ePGP7BIlNJVDIKlHmq-c9Myt8alHImvu-H3BllFOieGXQi3edyODti1PmKI2zVTtmfwtDXjQuH6OdNqQSaxx2u7achrisjbu0tmbKd-ooRarVBOzFGY7wwmY4FddZSW2PkmNoy0WaXjaSaeP2rxFhLhKnMOKhEBlPcqsSWV8abBcSrtbrx1sC3Zx8aPh_0KUN772mZ2Zmz4eTR_SVXVx0nz0ri1OuZ7oyGzzQstJCpXhHTl0zA5dLLRlQfE3lQTSFY8DMGdHu3z61JgHqqkZ60JSpcHKvBN4uDfQgihrVUpgXa_UPhJ9AT_AONIjJJiBRtAujOA4fSEA8aIGS3W4TR_H2Poj9MMLy2YOP3sDfhB5Utsnyb_PzJ2LSQSE)
304246

305247
## Documentation
306248

0 commit comments

Comments
 (0)