Hello,
I am using WikiMarkupTransformer from @atlaskit/editor-wikimarkup-transformer for converting string data into Node Type which actually required for atlaskit core editor.
This WikiMarkupTransformer parse method does not work properly for code snippest , Its convert our some language into default language (JAVA) for more details see attached screenshot.!
WrongWikiMarkUpParsing|690x387
Steps to Reproduce:
-
Open Example provided in atlaskit from here : https://atlaskit.atlassian.com/packages/editor/editor-wikimarkup-transformer/example/wikimarkup-editor
-
Type {code:C++}{code} in first editor as described in screenshot , see the converted result in second editor, it converts language C++ to Java, there are issues with other languages too.