Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

md extension: charset gets lost between .page and .live cdn #711

Open
kptdobe opened this issue Feb 23, 2021 · 3 comments
Open

md extension: charset gets lost between .page and .live cdn #711

kptdobe opened this issue Feb 23, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@kptdobe
Copy link
Contributor

kptdobe commented Feb 23, 2021

Compare:

.page has the correct charset (utf-8) while .live does not have it. Ideally, fixing this problem would solve https://blog.adobe.com/br/publish/2021/02/18/guia-para-criar-nomes-para-empresas.md problem (might be another layer of issue).

This does not seem to be a critical issue. Only for people using the md selector.

@trieloff any quick idea where this could be coming from ?

@kptdobe kptdobe added the bug Something isn't working label Feb 23, 2021
@trieloff
Copy link
Contributor

No idea.

@tripodsan
Copy link
Contributor

live has:

content-type: text/plain

page has:

content-type: text/plain; charset=UTF-8

@trieloff
Copy link
Contributor

Yes, but why is live dropping it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants