We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That's not enough though: datasette-atom has default bleach rules that prevent it from displaying things like HTML tables: datasette-atom/datasette_atom/__init__.py Lines 52 to 53 in a3e64f5 if "atom_content_html" in columns: entry.content(clean(row["atom_content_html"]), type="html") Originally posted by @simonw in simonw/til#12 (comment)
That's not enough though: datasette-atom has default bleach rules that prevent it from displaying things like HTML tables:
datasette-atom
datasette-atom/datasette_atom/__init__.py
Lines 52 to 53 in a3e64f5
The text was updated successfully, but these errors were encountered:
allow_unsafe_html_in_canned_queries config, refs #13
eab5ae0
Release 0.7, refs #13
cc6bb52
Turn off HTML filtering in Atom feed, refs #12
23ddbf6
Uses latest datasette-atom, refs simonw/datasette-atom#13
Documentation: https://github.com/simonw/datasette-atom/blob/0.7/README.md#disabling-html-filtering
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: