Is it possible to add style, dir, and align parsers to other HTML tags such as div, span etc?
This is a much needed issues since web rich-text editors many times insert these properties to div's and span's and using the lib as of now, converts them without parsing the properties.
Just an example,
the style tag will be lost and the text will be aligned to the left.
Is it possible to add style, dir, and align parsers to other HTML tags such as div, span etc?
This is a much needed issues since web rich-text editors many times insert these properties to div's and span's and using the lib as of now, converts them without parsing the properties.
Just an example,