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?
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?
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.