Specific characters render the wrong way

Steps to reproduce

paste the following code:

<< yesterday | tomorrow >>
------

Expected result

The text should be displayed as normal text without any special formating because AFAIK this contains no special Markdown syntax.

Actual result

The text gets very large and bold.

Environment

  • Operating system: Linux and Windows
  • Obsidian version: 0.9.12 - 0.9.14

In standard Markdown, a line followed immediately by a line of dashes becomes an H2 header, eg.

This is a header
-----------------

If you add a line in between the two it should render as you expect.

Ref: https://daringfireball.net/projects/markdown/syntax#header

2 Likes

Ah my bad, you’re absolutely right.