Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The power of Markdown

Avatar for Nadal Soler Nadal Soler
February 07, 2017

The power of Markdown

Markdown is a lightweight markup language with plain text formatting syntax, designed to be converted to HTML and many other formats using a tool by the same name.

I made this conference for my teammates at [Optimyzet](http://www.optimyzet.com/) –most of them designers– to help them write quick notes in a more efficient and smart way.

Just watch my slides if you want to become a Markdown wizard in 10 minutes.

Avatar for Nadal Soler

Nadal Soler

February 07, 2017
Tweet

More Decks by Nadal Soler

Other Decks in Technology

Transcript

  1. What is Markdown? “Markdown” is two things… 1. A plain

    text formatting syntax. 2. A software tool, written in Perl, that converts the plain text formatting to HTML.
  2. So what’s this Md thing for? I usually use it…

    1. To take personal notes quickly from my smartphone or laptop. 2. To create code documentation on GitHub. 3. Just for fun :) You just need a text editor to use it. Awesome!