You are viewing a single comment's thread from:
RE: The Ultimate Guide to IMAGE ALIGNMENT and LINKS in Markdown! Become a pro right now with these easy tips!
Btw, you can use three consecutive backticks to write code that won't be interpreted by markdown. Put ```on a new line, followed by the html code on the next line, this way people can copy/paste the codes you mentioned and modify them more easily. Will look like this:
[![Follow](https://somwhere/image.png)](https://someurl.link)
Great idea, I didn't even thought of that. I was thinking to probably leave a link to a word document that people can use to copy and paste.
But this seems simpler.