boolean - iamgio/quarkdown GitHub Wiki

Boolean values are represented by the following literals (case insensitive):

Boolean value Literals
true true, yes
false false, no

It is actually encouraged to use the yes/no literals as they contribute towards the 'natural language flow' of the language.

Example:

.code linenumbers:{no}
  My code

Operators

A Boolean is returned by the following operator functions:

  • .islower {a} {than}
  • .isgreater {a} {than}
  • .isequal {a} {to}
⚠️ **GitHub.com Fallback** ⚠️