From f516b83179c593e4a1ae3c876d0f021143c8f2d6 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 3 Dec 2020 21:07:42 +0200 Subject: [Docs] Fix markup --- doc/modules/ROOT/pages/usage.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 3683c41..ac45cfb 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -75,8 +75,8 @@ You need to know only a handful of Projectile commands to start benefiting from * Toggle between related files (e.g. `foo.h` <-> `foo.c` and `Gemfile` <-> `Gemfile.lock`) * Run a shell command in the root of the project (kbd:[s-p !] for a sync command and kbd:[s-p &] for an async command) * Run various pre-defined project commands like: - * build/compile project (kbd:[s-p c]) - * test project (kbd:[s-p T]) +** build/compile project (kbd:[s-p c]) +** test project (kbd:[s-p T]) The next section lists many more commands, but the basics can get you pretty far. -- cgit v1.0