pandao / editor.md

The open source embeddable online markdown editor (component).
http://editor.md.ipandao.com/
MIT License
13.69k stars 2.41k forks source link

在使用editormd.markdownToHTML时,editormd is undefined #964

Open Ryu2u opened 1 year ago

Ryu2u commented 1 year ago

我是使用angular写的

this.articleService.getArticleById(1).subscribe(data => {
      if (data) {
        this.article = data;
        console.log(this.article);
        this.conf.markdown = this.article.content!;
        edtiormd.markdownToHTML('detailmarkdown', this.conf);
      }
    })
Ryu2u commented 1 year ago

突然发现是我的editormd拼错了,离谱,找了好久