Open StevenClontz opened 3 years ago
https://github.com/StevenClontz/checkit-svelte/blob/3297bbe865fade78bad1c96f671d4243c8663444/src/components/Exercise.svelte#L19
This doesn't handle e.g. <, >.
<
>
Looks like I want https://github.com/mathiasbynens/he
Or since we're just dealing with XML entities, https://stackoverflow.com/a/27979933
https://github.com/StevenClontz/checkit-svelte/blob/3297bbe865fade78bad1c96f671d4243c8663444/src/components/Exercise.svelte#L19
This doesn't handle e.g.
<
,>
.