joplin-plugin-jira-issue icon indicating copy to clipboard operation
joplin-plugin-jira-issue copied to clipboard

Breack the formating of the marckdown editor

Open cloutierjo opened this issue 2 years ago • 3 comments

When using inline jira issue, it break the markdown formatting

Screenshot_20230412_144347

cloutierjo avatar Apr 12 '23 18:04 cloutierjo

Does work with block

cloutierjo avatar Apr 12 '23 18:04 cloutierjo

try to close the HTML block like this:

<JiraIssue key="BEE-1220"></JiraIssue>

marc0l92 avatar May 16 '23 09:05 marc0l92

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

akail avatar Aug 23 '23 18:08 akail