Skip to content

Conversation

@MakotoE
Copy link

@MakotoE MakotoE commented Aug 21, 2024

I believe md_decode_utf16le_before__() returns the wrong value. The function is supposed to return the character before the offset. We can compare with the utf8 version md_decode_utf8_before__() which returns CH(off-1).

Closes #275

@s77rt
Copy link

s77rt commented Feb 15, 2025

Test case that this PR fixes: **text**abc
Expected results: text to be in bold

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.

md_decode_utf16le_before__() returns wrong value

2 participants