Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

boi
boi
14,241 Points

How to copy and paste some part of the code, with the black background formatting?

Heyooo, I have seen many questions on this community where people paste their code with a black background formatting, I tried to replicate that but failed to understand how.

Can anyone please guide me, it would be a thrill. thx

1 Answer

From the Markdown Cheatsheet link:

Wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help us with syntax highlighting.

      ```html
      <p>This is code!</p>
      ```
boi
boi
14,241 Points

Dear William Li, thank you so much for your answer, It worked perfectly!!!! Best answer

The only part I did not quite understand was "markdown cheatsheet link", but then I figured it was a website :D if someone needs a link to it here it is:

https://www.markdownguide.org/cheat-sheet/

P.S: a tick (`) is not a (') ( for anyone confused )