Skip to content
New issue

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

Wrap bug fix #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexBlack788
Copy link

Currently, if you create a ListItem in the built-in DokuWik editor that contains the following code:

   - listitem with wrap
| Test1 | Test2 |
| Result1 | Result2 |

And then switch to Prosemirror editor and back to DokuWiki editor, this code will be corrupted. This fix prevents code corruption.

Currently, if you create a ListItem in the built-in DokuWik editor that contains the following code:

   - listitem with wrap <WRAP>
| Test1 | Test2 |
| Result1 | Result2 |
</WRAP>

And then switch to Prosemirror editor and back to DokuWiki editor, this code will be corrupted. This fix prevents code corruption.
@AlexBlack788
Copy link
Author

In the request above, I did not design the code as code, as a result of which part of it was lost. Now I am fixing this:
- listitem with wrap <WRAP>
| Test1 | Test2 |
| Result1 | Result2 |
</WRAP>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant