diff options
| author | ache <ache@ache.one> | 2018-02-12 03:41:40 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-12 03:41:40 +0100 |
| commit | 2f39e3c94c1820018ced634e7d7527eecc64816c (patch) | |
| tree | 195dfdec630a99948aa551f1c331548a095860e8 | |
| parent | oups bad test content (diff) | |
| -rw-r--r-- | README.md | 43 | ||||
| -rw-r--r-- | images/example_1.png | bin | 0 -> 6715 bytes | |||
| -rw-r--r-- | images/example_2.png | bin | 0 -> 13037 bytes |
3 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,44 @@ -# remark-mermaid-simple +# 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 : + + + + + + +## Example + +```markdown +Albert NOVEL was the inventor of the : + + - [ ] = Dynamite + - [ ] ! Nichrome + - [ ] ! Battery + - [ ] ! Hot air balloon +``` + + + + +## Installation + +Not ready at the moment. + +## Licence + +MIT diff --git a/images/example_1.png b/images/example_1.png Binary files differnew file mode 100644 index 0000000..affaadc --- /dev/null +++ b/images/example_1.png diff --git a/images/example_2.png b/images/example_2.png Binary files differnew file mode 100644 index 0000000..ebbbf64 --- /dev/null +++ b/images/example_2.png |