Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

how-to-markdown

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

how-to-markdown

Learn you how to start using Markdown

  • 1.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-11.54%
Maintainers
3
Weekly downloads
 
Created
Source

how-to-markdown

how-to-markdown

NPM version node Dependency Status Build Status

Learn how to start using Markdown.

It's kinda strange, but many people still don't know Markdown, although there is nothing hard about 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 has 12 easy and clear tasks that cover the most important aspects of Markdown.

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

Requirements

If you are on Windows, make sure you are using at least version 5.1.0 of Node.js, which provides a fix for a bug in 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

Keywords

FAQs

Package last updated on 10 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc