From 2102f7bb7b87a91198c0a8396d60abac762fb7bf Mon Sep 17 00:00:00 2001 From: Swen Mun Date: Wed, 22 Jan 2020 11:23:45 +0900 Subject: [PATCH] Fix broken figure [skip changelog] --- Docs/articles/overview.md | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Docs/articles/overview.md b/Docs/articles/overview.md index 1d9e9872900..c33b7118416 100644 --- a/Docs/articles/overview.md +++ b/Docs/articles/overview.md @@ -93,31 +93,31 @@ In order to share an Action, Libplanet uses 2 concepts internally: **Block** and ```text -+---------------------------+ +----------------------------+ +---------------------------+ -| | | | | | -| Block #1 | | Block #2 | | Block #3 | -| | | | | | -| +-----------------------+ | | +------------------------+ | | +-----------------------+ | -| | | | | | | | | | | | -| | Transaction #1 | | | | Transaction #2 | | | | Transaction #4 | | -| | | | | | | | | | | | -| | +-----------------+ | | | | +------------------+ | | | | +-----------------+ | | -| | | Action #1-1 | | +-->+ | | Action #2-1 | | +-->+ | | Action #4-1 | | | -| | +-----------------+ | | | | +------------------+ | | | | +-----------------+ | | -| | | | | | | | | | | | -| | +-----------------+ | | | +------------------------+ | | +-----------------------+ | -| | | Action #1-2 | | | | | | | -| | +-----------------+ | | | +------------------------+ | | +-----------------------+ | -| | | | | | | | | | | | -| +-----------------------+ | | | Transaction #3 | | | | Transaction #5 | | -| | | | | | | | | | -| | | | +------------------+ | | | +-----------------------+ | -| | | | | Action #3-1 | | | | | -| | | | +------------------+ | | | | -| | | | | | | | -| | | +------------------------+ | | | -| | | | | | -+---------------------------+ +----------------------------+ +---------------------------+ ++-----------------------+ +-----------------------+ +-----------------------+ +| | | | | | +| Block #1 | | Block #2 | | Block #3 | +| | | | | | +| +-------------------+ | | +-------------------+ | | +-------------------+ | +| | | | | | | | | | | | +| | Transaction #1 | | | | Transaction #2 | | | | Transaction #4 | | +| | | | | | | | | | | | +| | +---------------+ | | | | +---------------+ | | | | +---------------+ | | +| | | Action #1-1 | | +-->+ | | Action #2-1 | | +-->+ | | Action #4-1 | | | +| | +---------------+ | | | | +---------------+ | | | | +---------------+ | | +| | | | | | | | | | | | +| | +---------------+ | | | +-------------------+ | | +-------------------+ | +| | | Action #1-2 | | | | | | | +| | +---------------+ | | | +-------------------+ | | +-------------------+ | +| | | | | | | | | | | | +| +-------------------+ | | | Transaction #3 | | | | Transaction #5 | | +| | | | | | | | | | +| | | | +---------------+ | | | +-------------------+ | +| | | | | Action #3-1 | | | | | +| | | | +---------------+ | | | | +| | | | | | | | +| | | +-------------------+ | | | +| | | | | | ++-----------------------+ +-----------------------+ +-----------------------+ ```