From 08034c50927eb3d94344bc6322937fba35dfe042 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Tue, 12 Apr 2022 13:25:14 +0200 Subject: [PATCH] Update styleguide.md Fix formatting of name/keyword list. --- styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.md b/styleguide.md index 995437ca1..03a66a916 100644 --- a/styleguide.md +++ b/styleguide.md @@ -71,7 +71,7 @@ As a general rule, when a concept is directly related to a construct in the Mode Examples: Appearance | LaTeX source | Comment ---- | --- +--- | --- | --- `connect`-equation | `\lstinline!connect!-equation` | `if`-equation | `\lstinline!if!-equation` | `if`-expression | `\lstinline!if!-expression` |