aboutsummaryrefslogtreecommitdiff
path: root/posts/mail.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/mail.md')
-rw-r--r--posts/mail.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/posts/mail.md b/posts/mail.md
index 9a58f8e..d50e5a5 100644
--- a/posts/mail.md
+++ b/posts/mail.md
@@ -10,10 +10,9 @@ I recently covered how to [work with git email patches in Evolution on Linux](/g
The first thing you'll need to do is make a new `Patches` mailbox folder inside your existing mail account. Once done, your default Mail sidebar should look similar to the following:
-<figure>
- <img src="/public/images/apple-mail-1.png" alt="The Apple Mail sidebar with the Patches folder present">
- <figcaption>The Apple Mail sidebar with the "Patches" folder present</figcaption>
-</figure>
+![The Apple Mail sidebar with the Patches folder present](/public/images/apple-mail-1.png)
+
+*The Apple Mail sidebar with the "Patches" folder present*
## Applying Patches
@@ -21,10 +20,9 @@ Now navigate to the email message containing a `git` patch. Right-click and sele
Inside this folder you should see something similar to the following structure:
-<figure>
- <img src="/public/images/apple-mail-2.png" alt="The contents of the saved Patches mailbox folder">
- <figcaption>The contents of the saved Patches mailbox folder</figcaption>
-</figure>
+![The contents of the saved Patches mailbox folder](/public/images/apple-mail-2.png)
+
+*The contents of the saved Patches mailbox folder*
Once saved, open your terminal, navigate to the project you wish to apply this new patch to: