We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To stick to what the downcast converter is supposed to do
Nothing happens, bookmark continues to be what it was being
If you have ideas, you can list them here. Otherwise, you can delete this section.
this is the following code for the converter :
this.editor.conversion.for('downcast').elementToStructure({ model: 'bookmark', view: (modelElement, { writer }) => { const element = writer.createContainerElement('span', { class: 'bookmark', }, [ writer.createSlot() ]); return element; } });
This converter takes effect, for say heading1 but does not for bookmarks. So I'm certain this issue is with bookmarks only.
heading1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π Provide detailed reproduction steps (if any)
βοΈ Expected result
To stick to what the downcast converter is supposed to do
β Actual result
Nothing happens, bookmark continues to be what it was being
β Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
π Other details
this is the following code for the converter :
This converter takes effect, for say
heading1
but does not for bookmarks. So I'm certain this issue is with bookmarks only.The text was updated successfully, but these errors were encountered: