Markdown Image Bug?

I am on DT 4.3.2 and I stumbled about this weird behavior, when adding an image to my document via `![Text](image-url)`

When I type the image tag, everything works as expected until I completely finish the tag. At this time, it looks like that:

But when I press ENTER after that closing bracket, the source text vanishes and the image shows up, as it should in the preview. After that, I can not edit the image description or the url any longer.

PS: When I open the document in the web ui via DT Server, it shows up as expected.

That’s Wysiwyg markdown for you. There’sa preference setting that governs this behavior. Turn it off if you don’t want images to appear instead of the link in the MD document.

1 Like

2 Likes

You can also toggle WYSIWYG in the Format menu.

1 Like

Dang, I forgot about this option! Thanks for the hint!

Harry.

Images and links can be still edited via the contextual menu (consistent to the handling of links in rich text documents).