From 27aebf93b8254bafe9f332be129a8892af5b47d0 Mon Sep 17 00:00:00 2001 From: Robert <5459308+rowright@users.noreply.github.com> Date: Mon, 10 May 2021 10:36:05 -0700 Subject: [PATCH] Update widgets.md Updated example for HTML to use the correct column --- docs/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.md b/docs/widgets.md index 173d81f..f515cf2 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -102,7 +102,7 @@ select '# Number of states: ' || count(*) as markdown from states; Return a single column called `html` to render the contents directly as HTML. This HTML is filtered using [Bleach](https://github.com/mozilla/bleach) so the only tags allowed are `a[href]`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `li`, `ol`, `strong`, `ul`, `pre`, `p`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`. ```sql -select '