From 74d5a1031ae3c731d562a68c1be70cf473b49dc0 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 6 Jan 2019 02:08:58 +0100 Subject: [PATCH] Remove caveat on conditions --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1970649..24089a0 100644 --- a/index.html +++ b/index.html @@ -268,7 +268,7 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;

The option inline in the command line options enables a syntax extension that allows you to use functions as if they were macros. This option is active by default.

-

This feature is in an experimental stage. Use at your own risk. Currently, inlined functions in loop conditions don't work properly.

+

This feature is in an experimental stage. Use at your own risk.

To declare a function as inline, add the word inline after the close parenthesis of the parameter list. For example, this definition:

@@ -283,10 +283,10 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;

Caveats: