aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4140383..23dd9f9 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,18 @@ $ emacs --batch --eval="(progn (package-initialize)(package-install 'all-the-ico
```
### Markdown Mode
-- Require installed markdown in distro GNU+Linux, example:
- `apt install markdown` or `pacman -S markdown`
+Require installed markdown in distro GNU+Linux, example:
+
+```console
+$ apt install markdown
+```
+
+or
+
+```console
+$ pacman -S markdown
+```
### Flycheck Mode
- Require installed the languages checking, example: