Can the library also be used to compare words character by character? I want to employ it to visualize typing mistakes to the user and I want markup like this:
expected: actual word
typo: actuXXal word
expected output: actu<ins class='mod'>XX</ins>al word
Can the library also be used to compare words character by character? I want to employ it to visualize typing mistakes to the user and I want markup like this:
expected: actual word typo: actuXXal word
expected output: actu<ins class='mod'>XX</ins>al word