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 Aug 14, 2020. It is now read-only.
Currently:
-Regex based for matching urls
-Using excessively complex regex replace for embed urls
-Inconsistent iframe embed styles (should be reused)
-No unit tests
Ideally:
-Regex based for matching
-Url parsing for replacing see this
-More reusable embeds for iframes at least.
-Unit tests covering most/all scenarios to prevent regressions