kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

[Bug] TextDecoder + MarkDownDecoder is missing NormalizeNewlines()

Open aropb opened this issue 8 months ago • 0 comments

Context / Scenario

This is where the NormalizeNewlines() call is needed.

https://github.com/microsoft/kernel-memory/blob/508ac0b1236a6f4700c093909282e8c83a385c97/service/Core/DataFormats/Text/TextDecoder.cs#L46

https://github.com/microsoft/kernel-memory/blob/508ac0b1236a6f4700c093909282e8c83a385c97/service/Core/DataFormats/Text/TextDecoder.cs#L60

https://github.com/microsoft/kernel-memory/blob/508ac0b1236a6f4700c093909282e8c83a385c97/service/Core/DataFormats/Text/MarkDownDecoder.cs#L43

https://github.com/microsoft/kernel-memory/blob/508ac0b1236a6f4700c093909282e8c83a385c97/service/Core/DataFormats/Text/MarkDownDecoder.cs#L57

aropb avatar Apr 16 '25 09:04 aropb