Using FCC Forum / Tips

Hi All,

Noob here,

I am trying to use the forum a little bit for advise and helping others out. My question is, is there a way to write code on the forum without having to link out to codepen etc?
Just for small examples etc

Cheers :slight_smile:

2 Likes

When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums

2 Likes

For demonstrations, you can also create something in repl.it and paste the link in the forum message. People will be able to run your code right here in the forum.

1 Like
<p>got it</P>

Nice one cheers guys.