From 9ea518d59ba267314e817a005c2d41889433af64 Mon Sep 17 00:00:00 2001 From: Carlo Castoldi Date: Wed, 29 May 2024 18:00:46 +0200 Subject: [PATCH] add recursive description in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4130eb..52750ff 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,10 @@ Includes the content of a file or a group of files. - # **encoding** (_utf-8_): Specify the encoding of the included file. If not defined `utf-8` will be used. + **recursive** (_true_): When this option is disabled, it will not try process + included files recursively. This can be useful when you want to include complex + HTML contents such as [Plotly](https://plotly.com/graphing-libraries/) figures. + Possible values are `true` and `false`. ##### Examples