1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/tests/fixtures/remove-liquid-statements/equals.md
2021-07-19 22:36:15 +00:00

867 B

title, intro
title intro
Equals Version To Deprecate Remove liquid and content

1

{% ifversion ghes = 2.13 %}

Alpha

{% endif %}

2

{% ifversion not fpt and ghes = 2.13 %}

Alpha

{% endif %}

3

{% ifversion fpt %}

Alpha

{% else %}

Bravo

{% ifversion ghes = 2.13 %}

Charlie

{% endif %}

{% endif %}

4

{% ifversion fpt %}

Alpha

{% ifversion ghes = 2.13 %}

Bravo

{% endif %}

{% else %}

Charlie

{% endif %}

5

{% ifversion ghes = 2.13 %}

Alpha

{% ifversion fpt %}

Bravo

{% endif %}

{% else %}

Charlie

{% endif %}

6

{% ifversion ghes = 2.13 %}

Alpha

{% else %}

Charlie

{% ifversion fpt or ghes > 2.13 %}

Bravo

{% endif %}

{% endif %}