From 2f39e3c94c1820018ced634e7d7527eecc64816c Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 12 Feb 2018 03:41:40 +0100 Subject: Add a README --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- images/example_1.png | Bin 0 -> 6715 bytes images/example_2.png | Bin 0 -> 13037 bytes 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 images/example_1.png create mode 100644 images/example_2.png diff --git a/README.md b/README.md index 9f10c02..a6e499b 100644 --- a/README.md +++ b/README.md @@ -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 : + +![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 diff --git a/images/example_1.png b/images/example_1.png new file mode 100644 index 0000000..affaadc Binary files /dev/null and b/images/example_1.png differ diff --git a/images/example_2.png b/images/example_2.png new file mode 100644 index 0000000..ebbbf64 Binary files /dev/null and b/images/example_2.png differ -- cgit v1.2.3