Skip to content

Commit 454d784

Browse files
committed
fix conditional with multiple ifs
1 parent 0c35c02 commit 454d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For more information, see "[Creating and highlighting code blocks](/articles/cre
7878

7979
## Links
8080

81-
You can create an inline link by wrapping link text in brackets `[ ]`, and then wrapping the URL in parentheses `( )`. {% if currentVersion == "free-pro-team@latest" or if currentVersion == "github-ae@next" or if currentVersion ver_gt "enterprise-server@3.1" %}You can also use the keyboard shortcut `command + k` to create a link.{% endif %}
81+
You can create an inline link by wrapping link text in brackets `[ ]`, and then wrapping the URL in parentheses `( )`. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@next" or currentVersion ver_gt "enterprise-server@3.1" %}You can also use the keyboard shortcut `command + k` to create a link.{% endif %}
8282

8383
`This site was built using [GitHub Pages](https://pages.github.com/).`
8484

0 commit comments

Comments
 (0)