Hi,
I installed MediaWiki and I noticed that the search results are not being formatted, This means, if I have an article which contains the following text:
'''This is a test'''
This will show up in bold when you are viewing the actual article but when you search for example: test, the search results will be displayed without the formatting and will be displayed with the full code, which means that in the search results, this is what is shown:
Article Name
'''This is a test'''
I obviously want it to look like this:
Article Name
This is a test
I didn't modify any of the code in MediaWiki yet. How can I achieve this?
Thanks