editor.md icon indicating copy to clipboard operation
editor.md copied to clipboard

在使用editormd.markdownToHTML时,editormd is undefined

Open Ryu2u opened this issue 3 years ago • 1 comments

我是使用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 avatar Aug 05 '22 03:08 Ryu2u

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

Ryu2u avatar Aug 05 '22 03:08 Ryu2u