HTML

 Return if the given string contains HTML tags.

Return a string without html tags.

Return a plain text string for the given html string. This provide simple indentation and list marks.

 Return a html string for the given plain string. It consider list marks and space and tabs to provide indentation in the HTML string, trying to keep the simple format of the provided plain text.