## Description Enhance the Tiptap editor by adding functionality to change the style of highlighted text when selecting a styling option - Bold - Italic - Underline - Strikethrough ### Steps to Accomplish 1. **Implement Functionality**: - Implement functionality to change the style of highlighted text based on the selected option. - Use Tiptap’s existing commands and schema to apply the corresponding styles. 2. **Test Changes**: - Test the dropdown functionality to ensure it correctly changes the paragraph style of highlighted text.