작곡가 미리보기에서 특수 문자 "Õ"가 첫 줄 제목 상단에서 잘림

Õ

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개의 좋아요

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개의 좋아요

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

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

2개의 좋아요

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