## 2.4.0

- Support custom render image/table/code/listitem

## 2.3.0

- Support `ng add`

## 2.1.3

- Fix [#44](https://github.com/lon-yang/ngx-markdown-editor/issues/44)

## 2.1.2

- Add `showPreviewPanel` Option. (Default: `true`)
- Fix [#43](https://github.com/lon-yang/ngx-markdown-editor/issues/43)

## 2.1.1

- Add `usingFontAwesome5` Option. (Default: `false`)
- Fix [#42](https://github.com/lon-yang/ngx-markdown-editor/issues/42)

## 2.1.0

- Support markedjs 0.7.0
- Change the dependency import method. From `link`、`script` to `npm`

## 2.0.0

- Support Angular8

## 1.2.0

- Fix [#27](https://github.com/lon-yang/ngx-markdown-editor/issues/27), Support resizeable for component

## 1.1.11

- Fix [#25](https://github.com/lon-yang/ngx-markdown-editor/issues/25), Support config markedjs

## 1.1.10

- Fix [#24](https://github.com/lon-yang/ngx-markdown-editor/issues/24)

## 1.1.9

- Fix `scrollPastEnd` option's bug
- Add `enablePreviewContentClick` option to enable preview panel content's click [#22](https://github.com/lon-yang/ngx-markdown-editor/issues/22)


## 1.1.8

- Support for ace editor `scrollPastEnd` option

## 1.1.7

- Fix [#14](https://github.com/lon-yang/ngx-markdown-editor/issues/14)

## 1.1.6

- Support [`preRender`](https://github.com/lon-yang/ngx-markdown-editor/issues/13) feature

## 1.1.5

- Support markdown syntax highlighting

## 1.1.4

- Fix Issue [#10](https://github.com/lon-yang/ngx-markdown-editor/issues/10)

## 1.1.3

- Merge [#9](https://github.com/lon-yang/ngx-markdown-editor/pull/9)

## 1.1.2

- Support task list
