From 87ba5b865daa8000b4e94044e93ec038973c5628 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 6 Feb 2019 16:53:05 -0700 Subject: [PATCH] Fix markdown --- book/src/fork-deltas.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/book/src/fork-deltas.md b/book/src/fork-deltas.md index d1e897a6a..efa9a1246 100644 --- a/book/src/fork-deltas.md +++ b/book/src/fork-deltas.md @@ -16,7 +16,8 @@ The basic design idea is to maintain a DAG of forks. Each fork points back to a An *active fork* is a direct list of connected forks that descend from the current root to a specific fork without any descendants. For example: -``` + +```art 1 / \ 2 \ @@ -41,7 +42,7 @@ A validator votes for a finalized fork. The *active fork* connecting the fork t For example: -``` +```art 1 / \ 2 \ @@ -55,7 +56,7 @@ For example: * ROLLBACK\_DEPTH=2, vote=5, *active fork*={5,2,1} -``` +```art 2 /| / | @@ -67,7 +68,7 @@ The new root is 2, and any active forks that are not descendants from 2 are prun * ROLLBACK\_DEPTH=2, vote=6, *active fork*={6,1} -``` +```art 1 / \ 2 \