10 lines
442 B
YAML
10 lines
442 B
YAML
# This is a temporary file to satisfy the translations that might still
|
|
# be using this. See internal issue #4377
|
|
|
|
# Use this variable wherever backticks are necessary
|
|
backticks: >-
|
|
{% ifversion fpt or ghec %}github.com{% else %}[hostname]{% endif %}
|
|
# Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
|
|
codeblock: >-
|
|
{% ifversion fpt or ghec %}github.com{% else %}HOSTNAME{% endif %}
|