Tagged Questions
0
votes
1answer
30 views
special characters in github-markdown code blocks
Markdown automatically escapes ampersands and angle brackets within a code block, so how is it possible to use special characters that require escaping for example: λ.
I know that one solution ...
3
votes
1answer
49 views
How to output raw code in github's wiki?
I want to explain my wiki users how to use internal links. However, when I write [[Linktext|Link to an internal site]] with two `` (code dashes) around them, it gets displayed as a link, but ...
0
votes
1answer
74 views
Embed image to Github Markdown doesn't work [closed]
I have a private repo and tried to embed image

It's driving me insane that I can display Github logo just ...
2
votes
1answer
59 views
Can I include Retina images in GitHub files?
Is it currently possible to specify a Retina image with the current GitHub-flavoured Markdown? Or an image size, which would let standard resolution devices scale the resource?
It's not a big deal, ...
2
votes
0answers
82 views
Using github markdown image tag but image is not displaying inline
I have a README.md in my github repo and I have an image tag in it that looks like this -

And I can confirm that I have a ...
6
votes
2answers
5k views
Markdown to insert and display an image on GitHub repo
According to the GitHub documentation, the Markdown syntax for inserting an image is:

Format: 
Following their example syntax, I can't seem to be ...
56
votes
2answers
16k views
Strikethrough with GitHub Markdown
Using HTML tags is supposed to work with GitHub Markdown, but in particular <s>text</s> is not working for me. It works on live preview page (which is now depreciated) but not on preview ...