• Stars
    star
    217
  • Rank 182,446 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learn how to start using Markdown

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

More Repositories

1

learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
HTML
7,240
star
2

javascripting

Learn JavaScript by adventuring around in the terminal.
JavaScript
2,861
star
3

stream-adventure

go on an educational stream adventure!
JavaScript
2,063
star
4

workshopper

A terminal workshop runner framework
JavaScript
1,107
star
5

how-to-npm

A module to teach you how to module.
JavaScript
1,099
star
6

learnyoureact

Let's learn React.js and server side rendering!
JavaScript
535
star
7

goingnative

A NodeSchool style workshopper for learning how to write native Node.js addons
JavaScript
411
star
8

levelmeup

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.
JavaScript
269
star
9

workshopper-adventure

Not an adventure, not a workshopper - its both!
JavaScript
240
star
10

regex-adventure

learn regular expressions with this educational workshop
JavaScript
228
star
11

scope-chains-closures

Javascript Scope Chains And Closures Workshop
JavaScript
202
star
12

test-anything

πŸŽ“ Learn to test your code
JavaScript
171
star
13

browserify-adventure

learn browserify with this educational adventure
JavaScript
143
star
14

adventure

quickly hack together an adventure workshop for nodeschool
JavaScript
111
star
15

learn-sass

🏫 Learn SASS and SCSS through a workshopper adventure.
JavaScript
91
star
16

workshopper-exercise

An exercise runner component for the Workshopper framework
JavaScript
57
star
17

list

A central catalog of existing, planned and requested workshoppers
14
star
18

i18n-it-all

Learn the tricky details of internationalisation by doing.
JavaScript
13
star
19

workshopper-boilerplate

A boilerplate-provider component for the Workshopper framework
JavaScript
11
star
20

org

Organizing the workshopper environment.
9
star
21

workshopper-adventure-test

An integration test system specifically for nodeschool workshopper/adventures
JavaScript
4
star
22

workshopper-wrappedexec

A utility to wrap a Workshopper exercise execution for fancy hackery
JavaScript
3
star
23

learnrust

Intro to rust
2
star
24

workshopper-adventure-storage

Storing workshopper progress
JavaScript
1
star