From 09109e07a5cd906367b949bcbbd4c8b0da4951f5 Mon Sep 17 00:00:00 2001 From: Rodrigo Santos da Silva Date: Thu, 11 Apr 2024 00:22:12 -0300 Subject: [PATCH] feat: adding underline.html for suport to the marks of type underline --- tiptapy/templates/marks/underline.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tiptapy/templates/marks/underline.html diff --git a/tiptapy/templates/marks/underline.html b/tiptapy/templates/marks/underline.html new file mode 100644 index 0000000..92157a3 --- /dev/null +++ b/tiptapy/templates/marks/underline.html @@ -0,0 +1 @@ +{{text}} \ No newline at end of file