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 '