From ddac56f35aa6bc4d5267a956e71ebc31e15658bc Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 7 Apr 2022 23:03:59 +0200 Subject: [PATCH] Fix markdownling warning MD049: Emphasis style should be consistent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6ffb8d..f70f7e3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ git clone https://github.com/alexbarton/ax-zsh.git ~/.axzsh *Note:* If you do not install AX-ZSH with [Git], you will not be able to upgrade itself afterwards with the integrated `axzsh upgrade` command! Therefore this -method is _not recommended_ for normal use! +method is *not recommended* for normal use! ```sh curl -Lo ax-zsh-master.zip https://github.com/alexbarton/ax-zsh/archive/refs/heads/master.zip @@ -123,7 +123,7 @@ strengths when enabling additional plugins for additional tools and commands that are available on your system and you want to use. Different types of plugins are supported (see the introduction to the section -"_usage_" above) which are differentiated by their identifier: +"*usage*" above) which are differentiated by their identifier: * ``: locally available plugin, either bundled with AX-ZSH itself, or installed manually (see below). @@ -137,7 +137,7 @@ You can enable one or more plugins like this: axzshctl enable-plugin [ […]] ``` -*Hint:* _Tab-completion_ works for sub-commands and already locally available +*Hint:* *Tab-completion* works for sub-commands and already locally available plugin names! Some examples: @@ -176,7 +176,7 @@ Run the following command to disable a currently enabled plugin: axzshctl disable-plugin [ […]] ``` -*Hint:* _Tab-completion_ works for sub-commands and plugin names! +*Hint:* *Tab-completion* works for sub-commands and plugin names! ### Update plugin cache -- 2.39.2