diff options
| author | ache <ache@ache.one> | 2018-02-05 22:38:18 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-05 22:38:18 +0100 |
| commit | 677bdafdeb541eb31502cd3419cf7e2f646fd860 (patch) | |
| tree | ffe2a324cb845871f3258ed45b01557dfc0ead88 /__tests__/mchoice-raw.md | |
| parent | Add a gitignore file (diff) | |
Add test with AVA
Diffstat (limited to '__tests__/mchoice-raw.md')
| -rw-r--r-- | __tests__/mchoice-raw.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/__tests__/mchoice-raw.md b/__tests__/mchoice-raw.md new file mode 100644 index 0000000..98d9718 --- /dev/null +++ b/__tests__/mchoice-raw.md @@ -0,0 +1,12 @@ + +That is a multiple choice test : + + - [ ] ! The answer D + - [ ] = That doesn't work *at the moment* + - [ ] ! It's still work ! + - [ ] ~ It will work + +<span>This is a HTML injected in a markdown file</span> + + +<div>The plugin should not modify the HTML injected part</div> |