From 1f32e84643c07c5afa74e091ac5696bd5a58e81c Mon Sep 17 00:00:00 2001 From: Cat <114286961+CatHood0@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:28:26 -0400 Subject: [PATCH] Add support for html underline and videos (#1955) * fixed #1953 italic detection error fix: issue where when html2md parse to "_" instead of "*" that won't be detected MarkdownToDelta converter feat(test): added test for DeltaX feat: added config classes to MarkdownToDelta and html2md that allow users configure their own styles * Added support for html underline and videos * removed print calls and fix no expect in test * removed useless element attr for underline * improved video url validator pattern * Added support for