Closed hosseinmd closed 3 years ago
Ast is
[
{
type: 'text',
value: 'very',
position: {
start: { line: 1, column: 3, offset: 2 },
end: { line: 1, column: 7, offset: 6 }
}
},
{
type: 'text',
value: ' important!',
position: {
start: { line: 1, column: 9, offset: 8 },
end: { line: 1, column: 20, offset: 19 }
}
}
]
Excuse me this is my mistake.
Subject of the feature
MarkDown has important world like this
This library separating that to a text, but we can't know is this an important world or not
Problem
Library recognizing
very
andless
in a text, but It is not clear that this is important.Expected behavior
Specify that this is important