# feature-265的上线前检查
1. [x] 检查项1
2. [x] 检查项2
3. [ ] 检查项3
| 浏览器 | 角色 | 测试通过 |
| --- | --- | ---- |
| Google | 服务商 | 通过 |
| 火狐 | 服务商 | 通过 |
```初始化当前md编辑器的代码示例
var editor = new toastui.Editor({
el: document.querySelector('#editor'),
initialEditType: 'wysiwyg',
height: '600px',
previewStyle: 'vertical',
usageStatistics: false,
exts: ['colorSyntax', 'chart', 'uml', 'scrollSync'],
language: 'zh-CN'
});
```