summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2021-11-09 22:30:50 +0100
committerLeo Vivier <zaeph@zaeph.net>2021-11-09 22:30:50 +0100
commit4b33ff936ce5fbb33be5bc5eb383364434e10256 (patch)
treef58d18a75340c73d1713a96a4d930bbc36631b10
parent90df513066dd5ab9f29510f2d1094560446a6a89 (diff)
downloademacsconf-wiki-4b33ff936ce5fbb33be5bc5eb383364434e10256.tar.xz
emacsconf-wiki-4b33ff936ce5fbb33be5bc5eb383364434e10256.zip
Fix code-block formatting
-rw-r--r--2021/prepare.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/2021/prepare.md b/2021/prepare.md
index 6791e645..bd2c61c6 100644
--- a/2021/prepare.md
+++ b/2021/prepare.md
@@ -55,11 +55,13 @@ terminal. Otherwise, you can download FileZilla from their [project
website](https://filezilla-project.org/).
You can also use a command-line interface with `ftp`:
-> $ ftp ftp-upload.emacsconf.org 21
-> > anonymous
-> > cd upload-here
-> > send /your/local/path/to/the/recording.ext recording.ext # Don't forget the 2nd arg!
-> # Ctrl-D to exit
+```
+$ ftp ftp-upload.emacsconf.org 21
+> anonymous
+> cd upload-here
+> send /your/local/path/to/the/recording.ext recording.ext # Don't forget the 2nd arg!
+# Ctrl-D to exit
+```
If connection fails on the first try, please check to make sure the
details are exactly as described above; and if the issue persists,