BUG ? - The line is never in the exact middle

It's rendered as horizontal rule (<hr>). You can check it in the development tools: Help -> Toggle development tools.

It appears that the offset is caused by different margins of the paragraphs above and below. After removing the margins, the line seems to be vertically centered:

You can use custom CSS (official documentation, forum thread) to adjust the margins to your needs.

2 Likes