You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(codepens): using unicode characters to avoid codepen's unescaping
- Codepen was unescaping < (<) and > (>) which caused, on some demos, an unclosed elements (like `<md-select>`).
Used different unicode lookalike characters so it won't be considered as an element
fixes#8761Closes#9314
0 commit comments