Questions tagged [markdown]
The markdown tag has no usage guidance.
3 questions
-3
votes
1
answer
55
views
Would color tags inspired from HTML be a useful feature?
Many stack exchange sites have custom markdown language specified for their site.
It is often the case that it would useful on the German stack exchange to have both English and German words colored ...
5
votes
1
answer
72
views
Links are displayed as HTML/URL (= not clickable)
In this answer the author used the following syntax to link to external pages:
Most commonly are the rules from [Duden][1] or from ["Rat für deutsche Rechtschreibung"][2] quoted.
[1]: ...
1
vote
1
answer
45
views
Italic does not always work
I'm not sure if this belongs here, it's a bug report:
italic *not italic*
Both expressions above should be drawn italic, but the second doesn't. I know I could work around with
*italic not italic*
...