aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 45e96ca72d7960bd113937f2d2a0278d47246340 (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
# remark-text-input

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


## Syntax

You can add a text area this way :

```markdown
[______
Some text.

This is the content of the text area.
_____]
```

Wich leads to :

![img]()


## Installation

Not ready at the moment.


## Configuration

This plugin support custom HTML attributes :

```markdown
[____
Here
some
text
_____]{.row=5 .cols=10}
```

## Licence

MIT