diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-08 20:59:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-08 20:59:51 -0500 |
commit | 55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9 (patch) | |
tree | 7fef437a78e9201819d6b86d79ef34962566c093 | |
parent | f8f43129bcb7521a0ee7383e7cba8fe110301f76 (diff) | |
download | emacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.tar.lz emacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.tar.xz emacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.zip |
[README.md]: improve syntax
-rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -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) |