Is this even possible? Limiting the markdown to enable internal base64 image datauri, and keeping sanity.
For further actions, you may consider blocking this person and/or reporting abuse
Is this even possible? Limiting the markdown to enable internal base64 image datauri, and keeping sanity.
For further actions, you may consider blocking this person and/or reporting abuse
Md. Fahim Bin Amin -
Coder Crux -
Thomas Reggi -
Rachael Mathew -
Once suspended, patarapolw will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, patarapolw will be able to comment and publish posts again.
Once unpublished, all posts by patarapolw will become hidden and only accessible to themselves.
If patarapolw is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Pacharapol Withayasakpunt.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag patarapolw:
Unflagging patarapolw will restore default visibility to their posts.
Top comments (3)
If I understand, you enabled vscode's setting "word wrap" and when you get a long string (like base64 Uri in Markdown), its display on more than 5 lines and that's ugly?
umm... It's not only more than 5 lines now. It's like 100 lines.
The length depends on the size of image. Larger image size will have a longer base64 representation, and hence occupy more number of lines.