Skip to content
New issue

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

Ability to turn off bleach cleaning for canned queries #13

Closed
simonw opened this issue Aug 22, 2020 · 1 comment
Closed

Ability to turn off bleach cleaning for canned queries #13

simonw opened this issue Aug 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Aug 22, 2020

That's not enough though: datasette-atom has default bleach rules that prevent it from displaying things like HTML tables:

if "atom_content_html" in columns:
entry.content(clean(row["atom_content_html"]), type="html")

Originally posted by @simonw in simonw/til#12 (comment)

simonw added a commit that referenced this issue Aug 23, 2020
simonw added a commit to simonw/til that referenced this issue Aug 23, 2020
@simonw simonw closed this as completed Aug 23, 2020
@simonw simonw added the enhancement New feature or request label Aug 23, 2020
@simonw
Copy link
Owner Author

simonw commented Aug 23, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant