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

General Discussion

Francois van der Hoven
Francois van der Hoven
2,026 Points

The community/cheatsheet link is not working

Hi Treehouse support,

The community pages have this advice at the bottom:

Please us the markdown cheatsheet to add your codeblock into the question https://teamtreehouse.com/community/cheatsheet

but the link does not work! I have tested it on Safari and Chrome.

Regards, Francois

1 Answer

Niyamat Almass
Niyamat Almass
8,176 Points

If you go to the direct link it doesn't show. Suppose you want to edit your question.So at the bottom of your question you press edit and then you should see this at the bottom of the edit question box

Reference this Markdown Cheatsheet for syntax examples for formatting your post.

So you left click on the Markdown Cheatsheet and then the Cheatsheet will appear as dialog. If you still can't get the Cheatsheet I post it below

Here is your Markdown Cheatsheet.

Markdown Cheatsheet
Markdown is a short-hand syntax for easily converting text to HTML. Below are some popular examples of Markdown formatting. For more examples reference Markdown Basics for a more detailed overview.

Links
This is an [example link](http://example.com/)

Code
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>
          ```

Italic
Here’s a word that is *emphasized*

Bold
Here’s a word that is **bold**

Images
![alt text](/path/to/img.jpg "Title")

Unordered List
+ Candy
+ Gum
+ Peanuts

Ordered List
1. Red
2. Green
3. Blue

Hope that helps.

Francois van der Hoven
Francois van der Hoven
2,026 Points

Hi Niyamat, thank you for this information. (I have corrected the typo in my question!)

Francois