# 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. _____] ``` Wich leads to : ![Screenshot](https://raw.githubusercontent.com/arobase-che/remark-text-input/master/images/example_1.png) ## Installation Not ready at the moment. ## Configuration This plugin support custom HTML attributes : ```markdown [____ Here some text _____]{.row=5 .cols=10} ``` ## Licence MIT