Questions tagged [markdown]

Simple plain-text markup language whose processor produces HTML.

Markdown is a markup language originally created by John Gruber to simplify writing HTML by using a simplified syntax. A markdown processor turns this into full fledged HTML (or in the case of MultiMarkdown, also into OpenDocument, LateX and more). Widely used among the more technically minded, both writers and services, because of its plain-text foundation, good readability and simple input. See the Wikipedia article for general reference.

61 questions
601
votes
5 answers

Strikethrough with GitHub Markdown

Using HTML tags is supposed to work with GitHub Markdown but, in particular, text is not working for me. It used to work on the now deprecated live preview page, but not on preview of README.md file. It works on wikis. I didn't find any…
Nevena
  • 6,121
  • 2
  • 16
  • 6
216
votes
14 answers

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 sometimes I'm in my editor and just want to write…
Raine Revere
  • 2,269
  • 2
  • 14
  • 6
141
votes
2 answers

Is it possible to use strikethrough (, , ) in Trello?

Trello accepts Markdown in card descriptions and it even helpfully links to the Markdown syntax page. That page mentions that "for any markup that is not covered by Markdown’s syntax, you simply use HTML itself". However, using for example to…
Dom Delimar
  • 1,864
  • 3
  • 14
  • 12
71
votes
3 answers

Setting up Gmail to use Markdown to read and send out emails

I've become rather fond of Markdown and think it would be rather well suited to emails. How do I set up Gmail to allow me to format reading and sending emails in Markdown? Is this even possible? If the worst comes to the worst, I'd be open to…
Eric
  • 901
  • 1
  • 7
  • 9
52
votes
5 answers

Can a card in Trello display a table?

The markdown syntax says that you can use regular HTML and specifically mentions as being possible. The only restrictions being that you have blank lines before and after the table, and that the
and
tags are not indented.…
Paul Robinson
  • 650
  • 1
  • 5
  • 6
48
votes
2 answers

Markdown formatting in Google Keep?

Is it possible to use Markdown formatting in Google Keep?
orschiro
  • 5,626
  • 25
  • 61
  • 85
44
votes
4 answers

Markdown to insert and display an image on GitHub repo

According to the GitHub documentation, the Markdown syntax for inserting an image is: ![GitHub Logo](/images/logo.png) Format: ![Alt Text](url) Following their example syntax, I can't seem to be able to make it work. Even the GitHub logo example…
nic
  • 8,884
  • 28
  • 80
  • 135
30
votes
4 answers

Google Sites: Markdown support?

My organization is interested in migrating our local Wiki from the office into Google Sites. I see that Google Sites supports some sort of Wiki interface, but I don't really like the GUI editor. Is it possible to use Markdown syntax instead? This is…
Stefan Lasiewski
  • 4,146
  • 8
  • 35
  • 52
28
votes
3 answers

Markdown for Blogger

Is it possible to have Markdown integration for Blogger? How can I do it if possible? Is there some sort of plugin or JavaScript trick that I can use to modify my template to make it support Markdown?
Chin
  • 442
  • 1
  • 5
  • 8
22
votes
3 answers

How do I write an asterisk at the beginning of a line in wiki syntax without transforming into a list item?

When using wiki syntax, if I put an asterisk (*) at the beginning of a line, it gets transformed into a unordered list. How is it possible to have the asterisk to remain as it is when at the beginning of a line? Example : *Hello world, this sentence…
MaxiWheat
  • 340
  • 1
  • 2
  • 7
14
votes
2 answers

How do I create a checklist in a slack message?

I'm trying to create a task list for myself in a private chat with my supervisor on Slack. I'm pretty familiar with markdown, and I thought that Slack supported it too. On GitHub, you can create tasks lists by writing something like this. - [ ]…
xfbs
  • 141
  • 1
  • 1
  • 3
13
votes
1 answer

How to format footnotes with Markdown on Tumblr?

I'm not sure I can get proper documentation on this, I've been to this tumblr help center and this discussion on Meta SO about Markdown footnotes, I saw interesting comment from Arjan that Drupal made it possible. How can I write Markdown footnotes…
Arie
  • 1,167
  • 8
  • 16
  • 31
12
votes
1 answer

Looking for a pastebin supporting Markdown

I have gotten used to the text editor and format of Stack Exchange (Markdown), which is much better to describe a question than mail editor. Sometimes I want to describe a problem/question to a colleague or my supervisor, but I do not want to send…
SoftTimur
  • 259
  • 1
  • 3
  • 10
10
votes
3 answers

What Markdown tags are previewed by Dropbox?

Dropbox supports preview of Markdown, but not all tags. I have inferred that it supports most, perhaps all, of the Markdown-specific syntax, but not HTML tags. However, that level of "documentation" is rather shallow. Is there any documentation…
bjornte
  • 241
  • 1
  • 10
10
votes
2 answers

How can I embed gist snippets using Tumblr markdown?

I post using Tumblr's markdown support. I've tried embedding my gist snippets as links, etc. but can't seem to figure out the right combination. If I post using html, the gist links work fine. I would rather use markdown, how can I do this? Updated…
nathan
  • 231
  • 1
  • 6
1
2 3 4 5