This is a question specific to Confluence Server that does not apply to Confluence Cloud.
I am using the rest API to retrieve page content. This is returned in a variety of HTML formats. As far as I am aware there is no ability to retrieve the page body as ADF when on Confluence Server. Ultimately my goal is to get the page content as ADF.
Given the limitations of the API is there a supported JS library for converting from the storage (or other html formats returned from the API) to ADF?
I have attempted to use the following libraries although I could be misusing them as I have not been able to find official documentation.
@atlaskit/adf-schema/schema-default
@atlaskit/editor-json-transformer
prose-mirror