Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

getHtml returns markdown #43

@soongsta

Description

@soongsta

Version

@toast-ui/vue-editor 1.1.1

Test Environment

Chrome, vuejs 2.6.11

Current Behavior

I am using vuejs , and npm i @toast-ui/vue-editor
Will try and setup a codepen or jsfiddle, but not familiar how to do this.

When i format a single word with bold, it works fine.
getHtml returns eg <strong>Bolded</strong>

When i format a second word with bold, and look at html (using getHtml), the 2nd bolded word is in markdown eg
**Bolded**
This applies for Italics and Strike Through as well

Expected Behavior

All words formatted should be return HTML when using getHtml function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions