Anchors and image formatting in 'Markdown embed'

Two questions in one item.

  1. How can I set Anchors in an embed without affecting font settings??
    I put custom size font sizes to the ‘MD embed’-stack.
    I succeeded in putting in code for anchors, but after the link to the anchor the font size changes.

  2. How can I put format-code to images uploaded in an embed?
    For instance to put max-width to an image.
    Is there a way to put usual html-code in the embed?

I.e. style=“width: 175px; height: auto; max-width: 25%; float: right; padding: 4px; border: 1px solid grey; margin: 4px 0 4px 4px;”

BTW The MD embed-stack has sometimes issues with the layout. Maybe because it is still F2?

An anchor tag link should not change your font settings. Sounds like you’ve got something else wrong. You’ll have to share your markdown file(s) and your project file for us to help troubleshoot this problem.

That code should not go in your embed. Use the K.I.S.S. method. Embeds aren’t a CMS. They’re for embedding plain text.

OK. I will stick to KISS.

But can you explain the differences in layout between a

with and without a return.

From your screenshot it looks like you’re using invalid paragraph tags there. You have opening tags, but no closing tags for the tag pairs. Could be your problem.