Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

There is a way to do a "if condition" in MD page?

Started by Muut Archive 9 years ago · 2 replies · 4702 views
9 years ago

Hi,
Is there a way to add content only if a condition is verified?
For example something like that

If <condition> then
Show this content
else
Shows this other
endif

Thanks,
Andrea

9 years ago

No, Markdown is pure text with simple formatting. You can do this in Twig through {% if var %} etc, and you can incorporate this Twig within Markdown-content by enabling it in the page's FrontMatter.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2210 9 years ago
Archive · by Muut Archive, 9 years ago
2 1459 9 years ago
Archive · by Muut Archive, 9 years ago
1 3522 9 years ago
Archive · by Muut Archive, 9 years ago
3 1602 9 years ago
Archive · by Muut Archive, 9 years ago
3 7082 9 years ago