Disabling encoding of (some) national characters to HTML entities #119

Closed
opened 2026-01-29 14:27:39 +00:00 by claunia · 2 comments
Owner

Originally created by @cincuranet on GitHub (Jun 28, 2017).

When I have in MD character like í, it's encoded to í. Correct, but unexpected, as this character can be in output as is. Surprisingly i.e. š is left untouched.

Can I alter somehow this behavior? (And maybe out of curiosity, why is it behaving like this?)

Originally created by @cincuranet on GitHub (Jun 28, 2017). When I have in MD character like `í`, it's encoded to `í`. Correct, but unexpected, as this character can be in output as is. Surprisingly i.e. `š` is left untouched. Can I alter somehow this behavior? (And maybe out of curiosity, why is it behaving like this?)
claunia added the invalid label 2026-01-29 14:27:39 +00:00
Author
Owner

@xoofx commented on GitHub (Jun 28, 2017):

I can't reproduce this on babelmark. I don't remember a code doing this kind of transformations to the input char stream...

@xoofx commented on GitHub (Jun 28, 2017): I can't reproduce this on [babelmark](https://babelmark.github.io/?text=When+I+have+in+MD+character+like+%C3%AD%2C+it%27s+encoded+to+%26%23237%3B). I don't remember a code doing this kind of transformations to the input char stream...
Author
Owner

@cincuranet commented on GitHub (Jun 28, 2017):

You're right. Sorry about that. DotLiquid filter is causing it.

@cincuranet commented on GitHub (Jun 28, 2017): You're right. Sorry about that. DotLiquid filter is causing it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#119