Simple plain-text markup language whose processor produces HTML.

learn more… | top users | synonyms

2
votes
3answers
175 views

How can Google Docs and markdown play nice?

I love Google Docs. I write notes, essays, correspondences, invoices, journal entries, business ideas, planning documents- everything on there. I also love the markdown format. I'm a programmer so ...
3
votes
1answer
48 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 ...
2
votes
1answer
128 views

line breaking in trello format is following markdown or not?

Recently I'm trying Trello to orgnize my project with friends, I'm happy that it support markdown, because I'm also using it to write my blog and all other docs. But now I notice that, when I input ...
0
votes
1answer
26 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 ...
2
votes
0answers
81 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 - ![Wireframe001](wireframes/wireframe001.png?raw=true "Wireframe001") And I can confirm that I have a ...