aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a6e499b5710c957c6d0ade6540b6c82d23129b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# remark-multiple-choise

A [remark](https://github.com/remarkjs/remark/) plugin that parse Mardown syntax to add support for line input.


## Syntax

You can add a multiple chioise question this way :

```markdown
 - [x] ! False
 - [ ] ~ None
 - [x] = True`);
```

Wich leads to :

![Screenshot](https://raw.githubusercontent.com/arobase-che/remark-multiple-choice/master/images/example_1.png)




## Example

```markdown
Albert NOVEL was the inventor of the :

 - [ ] = Dynamite
 - [ ] ! Nichrome
 - [ ] ! Battery
 - [ ] ! Hot air balloon
```

![Screenshot](https://raw.githubusercontent.com/arobase-che/remark-multiple-choice/master/images/example_2.png)


## Installation

Not ready at the moment.

## Licence

MIT