-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
What
Maybe we should merge the
:strictand:scriptcontexts into something like sanitization mode, because context{ strict: true, script: true }doesn't make sense. Also, I think the name strict is a bit ambiguous since it does not indicate what it makes strict, sanitization, Markdown syntax compliance, or restriction of some features?
#46 (comment)
Why
Relation between our apps and their filter contexts are messy.
| App | :strict | :script |
|---|---|---|
| Qiita | true | false |
| Qiita:Team | false | true |
(current state)
#54 adds CodePen support to Qiita:Team, but maybe the author didn't intend to do so.
hanachin
Metadata
Metadata
Assignees
Labels
No labels