Tarun
Tarun

Reputation: 3496

Git gist - Markdown does not work

I am not able to get Markdown work in a gist. My post is available here.

Notice that the same Markdown works when I add a comment.

What did I miss?

Upvotes: 73

Views: 25069

Answers (1)

KL-7
KL-7

Reputation: 47588

Github uses file extension to recognize file type. In order to use Markdown in your gist it should have appropriate .markdown (or .md) extension. See this.

Upvotes: 132

Related Questions