simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Markdown and HTML widgets #12

Closed simonw closed 3 years ago

simonw commented 3 years ago
select '# hello there' as markdown
simonw commented 3 years ago

Since I'm adding bleach as a dependency for this anyway, there's no harm in adding an html widget too.