From 27e2b438af68e614291e30b4c63e996e5bf8a121 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 4 Jun 2024 14:27:12 +0200 Subject: [PATCH] Add format --- one.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one.org b/one.org index 24dd1b4..7a03174 100644 --- a/one.org +++ b/one.org @@ -228,7 +228,7 @@ await consumer.send_html(data) Optionally we can include others. - ~append~: Default: false. If true, the HTML will be added, not replaced. -- ~delete~: Default: false. If true, the HTML will be deleted. ~html~ and ~append~ will be ignored. Only the selector will be used. +- ~delete~: Default: false. If true, the HTML will be deleted. ~html~ and ~append~ will be ignored. Only ~selector~ will be used. - ~scroll~: Default: false. If true, the page will be scrolled to the selector - ~scrollTop~: Default: false. If true, the page will be scrolled to the top.