From 55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 8 Apr 2021 20:59:51 -0500 Subject: [README.md]: improve syntax --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6222cd..e413181 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,28 @@ Support C, C++, PHP, Python, ECMAScript, HTML, Sass, less, Markdown ### Markdown Mode - Require installed markdown in distro GNU+Linux, example: - `apt-get install markdown` or `pacman -S markdown` +```console +# apt-get install markdown +``` + +```console +# pacman -S markdown +``` ### Flycheck Mode - Require installed the languages checking, example: - `pacman -S shellcheck` # bash, sh +```console +# pacman -S shellcheck +``` - `pacman -S eslint` # ECMAScript +```console +# pacman -S eslint +``` - `pacman -S python-pylint` # python +```console +# pacman -S python-pylint +``` ### License - [GLPv3](LICENSE) -- cgit v1.2.3