1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/tests/fixtures/remove-liquid-statements/whitespace.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
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>
2021-10-15 15:41:33 -05:00

1.1 KiB

title
title
Whitespace tests

1

{% ifversion ghes > 2.13 %} Alpha {% endif %}

2

{%- ifversion ghes > 2.13 %} Alpha {% endif %}

3

{% ifversion fpt or ghes > 2.13 %} Alpha {%- endif %}

4

{%- ifversion fpt or ghes > 2.13 %} Alpha {%- endif %}

5

{% ifversion ghes > 2.13 %} Alpha {% endif %}

6

Alpha {% ifversion fpt or ghes > 2.13 %} Bravo {% endif %} Charlie

7

Alpha{% ifversion fpt or ghes > 2.13 %} Bravo{% endif %}

8

Alpha{% ifversion fpt or ghec or ghae or ghes > 2.13 %} Bravo{% endif %}

9

Alpha {% ifversion fpt or ghec or ghae or ghes > 2.13 %} Bravo {% endif %}

10

Pre{% ifversion ghes < 2.14 %} Alpha {% else %} Bravo {% endif %}

11

Pre {% ifversion ghes < 2.14 %} Alpha {% else %} Bravo{% endif %}