How do I insert a inline Text Link without starting a new paragraph?

No need for tricks :smile:

You have edited your All Links Tag (read here about HTML Tags) to have display:block instead of display:inline-block links normally have. You can simply give a class to your link, and change it to an inline-block, or change the Tag back to be inline-block.

https://www.loom.com/share/3f6529d056ba4075a854f205cbf2be14

3 Likes