In de composer preview wordt het speciale teken "Õ" bovenaan afgesneden in eerste-regelkoppen

Õ

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 like

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 likes

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

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

2 likes

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