Open CodeDoes opened 6 years ago
Yes, the problem is that search results can give partial text so you might have:
...foo** blah blah
And then the RST parser complains because the **
doesn't end. Because of this the search results might have raw text in them sometimes.
This case is a bit different though. I think the search results should use a different delimiter and then replace it with <b>
manually instead of using **
.
https://forum.nim-lang.org/search?q=nimscript The problem can be found in the first result
Notice the formatting around nimscript. If you click on the link it also sends you to the wrong url.