En la vista previa del compositor, el carácter especial "Õ" se corta en la parte superior dentro de los encabezados de primera línea.

Õ

The markdown code for the heading above is

# Õ

Õ = U+d5 (latin capital letter o tilde)

but in the markdown preview it looks like

O

which is created by

# O

In fact, for a forum I encountered, “Õ” also appears like “O” inside real published posts, not only in the post preview. May have an older Discourse version though.

1 me gusta

I fixed a problem like this within posts a couple of months ago, but I can see this issue in the composer preview. I should be able to fix this one too.

3 Me gusta

I’ve just merged a fix that will improve this:

https://github.com/discourse/discourse/pull/11902

2 Me gusta

This topic was automatically closed after 2 days. New replies are no longer allowed.