Auto height test

8
 
1
### Settings
2
3
```javascript
4
var testEditor = editormd("test-editormd", {
5
    autoHeight : true
6
});
7
```
8

Settings

  1. var testEditor = editormd("test-editormd", {
  2. autoHeight : true
  3. });