You are viewing a single comment's thread from:
RE: Formatting Help - How to make your blogs stand out
Great intro to formatting @grocko
If you wrap your code in a pair of backticks (`) you will be able to format the code correctly in your posts.
they will show like this
<a href="link">text</a>
For some reason <code>
doesn't work, even though it recognises it as a html tag and won't display it the code inside is formatted as if the code tag wasn't there.
Scarlet
Just a minnow swimming in the undertow
I was wondering why
<code>
wasn't working :D Thanks a bunch!It's a strange beast sometimes. Earlier I couldn't get my a and img tags to play nicely but it just kept putting the text for the image source and linking that to where I wanted it to go.
Seems if you want to link an image you use an
<a>
tag but the image has to me in markdown. But every other instance where you try to mix html and markdown it fails.Scarlet
Just a minnow swimming in the undertow