From 0bb47389172df2b857039af4c69f48572f6ffce8 Mon Sep 17 00:00:00 2001 From: Henk Oordt Date: Fri, 6 Dec 2024 11:59:47 +0100 Subject: [PATCH] Center state diagram image --- src/posts/2024-12-02-trash-in-treasure-out.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/posts/2024-12-02-trash-in-treasure-out.md b/src/posts/2024-12-02-trash-in-treasure-out.md index 62833146fe..79a41e52e4 100644 --- a/src/posts/2024-12-02-trash-in-treasure-out.md +++ b/src/posts/2024-12-02-trash-in-treasure-out.md @@ -36,8 +36,12 @@ We'll need a case to show how all this works, and since Mainmatter [loves the tr Looking at different train ticket services, in general, the steps towards booking are pretty similar: first, you enter the location you want to depart from and where you want to go, then you enter either your preferred moment of departure or when you want to arrive. Next, you select one of several suggested trips and enter your personal information. With all the information complete, you're all set to book the ticket and pay. Here's what that looks like as a flowchart: +
+ ![State diagam](/assets/images/posts/2024-12-02-trash-in-treasure-out/state-diagram.svg) +
+ Pretty straightforward, right? Let's code one up. ## Setting up