jxson / front-matter

Extract YAML front matter from strings
MIT License
675 stars 76 forks source link

Do not convert entities like "." #85

Open pke opened 2 years ago

pke commented 2 years ago

I am using entities like somename.site in my markdown so it does not get detected by auto linking. However, when I send this markdown through front-matter the entities seem to be resolved and end up as somename.site in the body. Could we add an option to not auto resolve entities?