# 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