Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Grace Park <gracepark@github.com> Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> Co-authored-by: Robert Sese <sese@github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com> Co-authored-by: Rachael Sewell <rachmari@github.com>
12 lines
466 B
YAML
12 lines
466 B
YAML
# 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 %}<em>hostname</em>{% endif %}
|
|
|
|
# GitHub URL example
|
|
git_url_example: >-
|
|
https://{% ifversion fpt or ghec %}github.com{% else %}github.example.com{% endif %}
|