markdown

From IndieWebCamp
Jump to: navigation, search


Markdown is a way of writing and interpreting plain text so that it can optionally be converted to more explicitly meaningful or richly styled text (e.g. HTML). Markdown is often used in README files and some online discussion forums.

Contents

Principles

Readability

As readable as possible is the most important Markdown design goal.[1]
The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible.

IndieWeb Examples

Indieweb participants using markdown on their personal site, for authoring text posts (e.g. notes, articles), editing text, and sometimes publishing / syndicating text.

See and incorporate from storage#Markdown_plus_extensions

Dialects

Markdown comes in many flavors...

  • basic Gruber Markdown
  • Github-Flavored Markdown
  • StackOverflow Markdown
  • MultiMarkdown
  • Markaround
  • kramdown (basic plus some extensions from PHP Markdown and Maruku)
  • ...

And has many extensions to the basic syntax:

Criticism

Not pretty

readable but not pretty - aaronpk in IRC

sometimes looks funny - bret in IRC

if it looks funny, it's failed as markdown [per its own overriding readability principle] - tantek in IRC

Underspecified

  • Under-specified, leads to many implementations, fragmentation. e.g.,

GitHub-Flavored Markdown

```php
code sample
```

vs. kramdown

~~~~php
code sample
~~~~

vs. Python-Markdown with CodeHilite (though you can enable the fenced_code extension to support all three syntaxes in Python-Markdown)

    :::php
    code sample

considered harmful

Markdown considered harmful

ugly enough to consider separate text plain

See: https://indiewebcamp.com/irc/2016-06-03#t1464937740573

Aaron Parecki it said i have to write the email in markdown. it didn't say it was going to send the markdown as the text/plain part of the email. the preview only showed it to me as html
Tantek Çelik well if markdown adhered to its principles it would work *just fine* as the text/plain part

And: https://indiewebcamp.com/irc/2016-06-03#t1464938023495

Aaron Parecki wait does that mean my hyperlinks came through in markdown format too?

Thus pointing out the particularly ugly / plain text unfriendly format of links in Markdown, that it would cause surprise/consternation that such formatting might be shown to other users.

Tools

Firefox Addon

Sessions

IndieWebCamp sessions that discussed markdown:

Articles

Articles, blog posts, opinions about markdown (in particular from IndieWeb community members)

See Also

Personal tools
Namespaces
Variants
Actions
Recent & Upcoming
Resources
Toolbox