From da5de6b599648702cbf4721dba6da0a43a3b2a97 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 24 Feb 2021 07:44:30 -0800 Subject: [PATCH] user-changes.md: fix format that breaks GH pages rendering (#696) --- doc/user-changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/user-changes.md b/doc/user-changes.md index ee1cfdc3..aaa38768 100644 --- a/doc/user-changes.md +++ b/doc/user-changes.md @@ -81,8 +81,9 @@ accepted at all. PR [#611](https://github.com/alire-project/alire/pull/611). The code editor launched by `alr edit` can now be configured instead of using -the hard-coded GNATstudio. Use `alr config --set --global editor.cmd " -"` for custom editor and command line arguments. The token ${GPR_FILE} is +the hard-coded GNATstudio. Use +`alr config --set --global editor.cmd " "` +for custom editor and command line arguments. The token ${GPR_FILE} is replaced by a path to the project file to open. For instance: -- 2.39.5