JetBrains / JetBrains/markdown

Cannot escape any characters using backslash

Open
#46 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
958
Forks
104
Avg merge
17h 30m
Merged PRs (30d)
12

Description

Escaping restricted element using backslash actually returns single `LeafASTNode:TEXT` with all characters within range (with backslash particularly)

So for input `aaa\*bbb` I expect these AST nodes: 4 leafs splitted something like that `LeafASTNode:TEXT`, `LeafASTNode:Escape`, `LeafASTNode:Asterisk`, `LeafASTNode:TEXT`, so I can process the Asterisk

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.