We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db62f7b commit c6e14a4Copy full SHA for c6e14a4
data/variables/command_line.yml
@@ -4,7 +4,7 @@ backticks: >-
4
5
# Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
6
codeblock: >-
7
- {% ifversion fpt or ghec %}github.com{% else %}<em>hostname</em>{% endif %}
+ {% ifversion fpt or ghec %}github.com{% else %}HOSTNAME{% endif %}
8
9
# GitHub URL example
10
git_url_example: >-
0 commit comments