You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the internals are stored as a "plain object" with no rhyme or reason (just needed to get it working...). This makes it difficult to integrate with prebuilt libraries like those from unifiedjs that would be great for translation from MD <=> HTML and also for serialization.
Describe the ideal solution
Covert the internals to use mdast format for storing the "built" document.
Alternatives and current work-arounds
👎 Build your own convertor, but you'd have to extend the class and expose the internals
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the problem you'd like to have solved
Currently the internals are stored as a "plain object" with no rhyme or reason (just needed to get it working...). This makes it difficult to integrate with prebuilt libraries like those from unifiedjs that would be great for translation from MD <=> HTML and also for serialization.
Describe the ideal solution
Covert the internals to use mdast format for storing the "built" document.
Alternatives and current work-arounds
👎 Build your own convertor, but you'd have to extend the class and expose the internals
Additional context
n/a
The text was updated successfully, but these errors were encountered: