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
The story content is first processed in elm to add emphasis to special words, and then in Javascript to add <span> tags and event handlers around these.
The whole thing could probably be done in Javascript using Regex matches there. Possibly a single regex could be used ORing all the words to use a single pass rather than one per-word.
The text was updated successfully, but these errors were encountered:
The story content is first processed in elm to add emphasis to special words, and then in Javascript to add
<span>
tags and event handlers around these.The whole thing could probably be done in Javascript using Regex matches there. Possibly a single regex could be used
OR
ing all the words to use a single pass rather than one per-word.The text was updated successfully, but these errors were encountered: