Test Blog Title
Test this is the description
here is a change
Edit from lexical
Feature notes
Font / size / block type are applied with $patchStyleText (font family & size, as inline CSS) and $setBlocksType (paragraph / H1–H6).Bold / italic / underline / strikethrough / superscript / subscript / lists / alignment use Lexical's built-in commandsLinks:
the toolbar link button opens a small popover; the URL is validated with the same isValidUrl logic your DraftJS embedCallback used (protocol-optional, must resolve to http/https), then normalized before being applied with TOGGLE_LINK_COMMAND. Clicking the link button again on linked text removes the link.Images: the toolbar image button opens a native file picker, reads the file as a base64 data URL, and inserts it via a custom ImageNode. Selecting an inserted image shows four corner handles you can drag to resize (aspect ratio is preserved); Delete/Backspace removes a selected image.This stores images as base64 in the HTML. If you'd rather upload to your own storage (S3, etc.) and store a URL, swap the FileReader logic in ToolbarPlugin.handleImageFileChange for your upload call and dispatch INSERT_IMAGE_COMMAND with the returned URL instead.
this image is no right side of the blog.
sd
again on the left side text. no image.
Trying Unordered list
- un ordered 1
- un ordered 2
- un ordered 3
- un ordered 4
Trying Ordered list
- un ordered 1
- un ordered 2
- un ordered 3
- un ordered 4
heading 1
heading 2
heading 3
heading 4
heading 5
heading 6
normal paragraph text
some text in italic format
some in bold italic
some just bold
some strick throw
some under lined texxt

