WIP: Added failing test for inline code with html inside #104

Closed
remorses wants to merge 1 commit from code-bug into master
remorses commented 2023-07-19 21:34:48 +02:00 (Migrated from github.com)

related to #103

related to #103
marijnh commented 2023-07-20 18:40:59 +02:00 (Migrated from github.com)

On closer look, the problem isn't in MarkdownIt, but rather in prosemirror-test-builder, and your test. This one passes just fine:

same("foo `< p>`", doc(p("foo ", code("< p>"))))
On closer look, the problem isn't in MarkdownIt, but rather in prosemirror-test-builder, and your test. This one passes just fine: same("foo `< p>`", doc(p("foo ", code("< p>"))))

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-markdown!104
No description provided.