1.0.3 • Published 7 years ago

mdexam v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

MdExam · CircleCI Status Build Status Coverage Status npm version PRs Welcome

Exam questions/answers/checkers written in markdown.

  • Question
  • Answer
  • Checker

Intro

Related packages are:

Examples

Usage

Install:

   $ npm install mdexam 

CLI

Convert markdown to json file:

node bin/mdexam -m <markdown> -o <output.json>

Convert json to markdown file:

node bin/mdexam -j <json> -o <markdown.md>          

As Nodejs Lib

var mdexam = require('mdexam');
console.log(mdexam.m2j('path/exam.md');
console.log(mdexam.m2h('path/exam.md', options);

m2h options

options:

{
    key: value
}

key includes:

Stay In Touch

  • Slack
  • Trello

License

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago