marc0l92 / joplin-plugin-jira-issue

Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.
MIT License
27 stars 9 forks source link

Breack the formating of the marckdown editor #21

Open cloutierjo opened 1 year ago

cloutierjo commented 1 year ago

When using inline jira issue, it break the markdown formatting

Screenshot_20230412_144347

cloutierjo commented 1 year ago

Does work with block

marc0l92 commented 1 year ago

try to close the HTML block like this:

<JiraIssue key="BEE-1220"></JiraIssue>
akail commented 1 year ago

An even simpler fix is adding a "/" before the ">" so its an autoclosing tag. Is there anyway we can make this the default? Typescript is not in my wheelhouse so having a hard time seeing where to add it.

image