kernel-memory
kernel-memory copied to clipboard
[Bug] TextDecoder + MarkDownDecoder is missing NormalizeNewlines()
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