CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.15k stars 2.8k forks source link

H3 Paragraph on WYSIWYG #1342

Closed reraxe closed 1 month ago

reraxe commented 1 month ago

Describe the bug

Selecting H3 paragraph also selects H4. Making the selected H3 to H4 on HTML

What happened?

image

System information

linux

Where did you encounter the bug?

Public app (it-tools.tech)

gitmotion commented 1 month ago

@reraxe fixed this in PR: https://github.com/CorentinTh/it-tools/pull/1363 @CorentinTh

demo

Since PRs are a bit backed up on https://github.com/CorentinTh/it-tools you can use my image in your docker-compose file if you want this functionality along with my other additions until the main branch has been updated:

added features

OR locally

from github repo (copy & paste oneliner):

git clone -b gitmotion/main https://github.com/gitmotion/it-tools.git && cd it-tools/ && pnpm i && pnpm dev