I found what was the bug and highlighted it.
The html tag hr was found on note pages.
It stood for many pages (above the list and the head of the list).
Now the mistake can be repeated.
The steps are the same, just rename the file.
Fine. The div tag has zero height. If you insert it before the hr tagā¦ No, both lines are combined into one common html code.
I will consider that it is impossible to do this, that this is a feature of Obsidian.
Thank you. Close the topic.
So the --- causes the previous line to be considered a heading, as per markdown syntax.
The <span><hr /></span> does produce the line (and some extra space), and is a closed html structure, so that the next line is shown as a proper link. (The same doesnāt happen with <hr></hr>, which is wrong html, but could possibly have worked)
Even the self-closing <hr /> doesnāt work in reading view, as it then triggers the strangeness of causing the next few lines to be treated as something elseā¦
Iām not sure youād want to call that a bug or a feature, but there is also a difference in reading view vs live preview on the above example, where the links are all showing in live preview, but then <hr /> doesnāt work, and it does a better job with <hr>.
So strangeness occurs, but Iām not sure how to classify this. When doing the actual renaming of 2019-02-26, it doesnāt rename the last three versions, as theyāre clearly not considered links, but rather some simple text (of sorts).