You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, we are off in the 128-255 range (where « and » are) and with our Unicode space categories.
11 ('♂') Space should be False
133 ('?') Space should be False
161 ('¡') Punctuation should be True
167 ('§') Punctuation should be True
171 ('«') Punctuation should be True
182 ('¶') Punctuation should be True
183 ('·') Punctuation should be True
187 ('»') Punctuation should be True
191 ('¿') Punctuation should be True
8232 ('?') Space should be False
8233 ('?') Space should be False
Hi,
I'm trying to convert a document which contains
"«_word_»"
string. As you can see on example below, the parser cannot recognize it as emphasis:But
"_«word»_"
has been converted ok:I'm using Markdig 0.30.2. Is it a bug? If yes, is there any workaround to avoid the issue? Thanks.
The text was updated successfully, but these errors were encountered: