@PaulTaggart Have you noticed font color, super, and subscript in HTML don’t get converted to Wiki with this transformer? Even using the latest version it still fails to represent these, while tables, bullet lists, etc. all get converted just fine.
Update: I ended up switching to TinyMCE. It is smaller than Atlaskit’s Rich Text Editor still. I noticed these same issues with either prosemirror or TinyMCE occurring though.
Hi, @evbo.
I’d started to look at img tags. Fortunately my wife has just had a baby and I have 2.5 months paternity leave so I will not get around to this until September.
If this is looked into while I’m away I will update this thread.
Atlassian have details of the wiki markup that should be created. For example, if you attach an image to an issue (image.png) then you can add the following to show that attachment:
!image.png|width=400,height=229!
From wiki markup documentation, Atlassian allows macros. I think that this is such a macro (so I think it is correct):
Congrats @PaulTaggart and I actually am programming with my 3 month old by my side as a write this
unfortunately I can’t find documentation for this particular format of a macro, and it looks an awful lot like JSON, so I think it is ADF and not a macro. There is an “attachment” and “multimedia” macro but looks nothing like this.
Given that the Summary field is and always has been a plain text field, not a rich text field, your claim to be able to make the Summary field display markdown formatted text is difficult to believe.
Also, ‘h2’ isn’t a markdown code, so using it would achieve nothing, even in a rich text field.
This question was correctly marked as solved and closed. If you think you have new or different problem that’s not covered already by the many comments in this thread, please open a new question yourself.
I don’t think this trick works anymore with the v3 API, since I only get “Operation value must be an Atlassian Document (see the Atlassian Document Format)”.