From 494486824e205e048561074b3a6ef9c939cbd389 Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 11 Apr 2014 19:01:22 +0100 Subject: [PATCH] Added lovebird.allowhtml section to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9dab604..c903478 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ buffer. By default this is `200`. The rate in seconds which the output buffer is refreshed on lovebird's page. This is `0.5` by default. +### lovebird.allowhtml +Whether prints should allow HTML. If this is true then any HTML which is +printed will be rendered as HTML; if it false then all HTML is rendered as +text. This is `true` by default. + ### lovebird.page The HTML page template which is used when lovebird is accessed by the browser. The default is too long to list here, see [lovebird.lua](lovebird.lua).