tombiju / how-to-markdown

Learn you how to start using Markdown

Home Page:https://git.io/how-to-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how-to-markdown

how-to-markdown

NPM version node Dependency Status

Learn you how to start using Markdown.

It's kinda strange, but many people still don't know Markdown, although there is nothing hard in this amazing tool. This workshopper will teach you how to use Markdown.

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

— about Markdown at Wikipedia

Exercises

This workshopper have 12 easy and clear tasks that cover the most important aspects in Markdown.

  • HELLO WORLD — the brief history of Markdown.
  • HEADINGS — how to use headings.
  • EMPHASIS — how can you mark some text as important.
  • LISTS — creating of ordered and unordered lists.
  • LINKS — inline and reference links.
  • IMAGES — how to embed image in Markdown document.
  • BLOCKQUOTES — how to paste a blockquotes in document.
  • CODE — inline code and blocks of code with syntax highlighting.
  • TABLES — creating of tables in Markdown.
  • HORIZONTAL RULES — how to split information using horizontal rules.
  • HTML — using of HTML in Markdown.
  • GFM — useful things in GitHub Flavored Markdown.

Requirements

If you are on Windows, make sure you are using at least 5.1.0 version of Node.js, which provides a fix for a bug on Windows where you can't choose items in the menu.

  • Node.js >=4.0.0 (>=5.1.0 for Windows)

Installation

Open your terminal and run this command:

npm install -g how-to-markdown

Use sudo if you get an EACCESS error.

Usage

Open your terminal and run the following command:

how-to-markdown

License

MIT © Denys Dovhan

About

Learn you how to start using Markdown

https://git.io/how-to-markdown

License:MIT License


Languages

Language:JavaScript 100.0%