paulirwin opened a new issue, #969: URL: https://github.com/apache/lucenenet/issues/969
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After #911, it was discovered during testing that several documentation bugs remain. This item tracks those issues: 1. The Performance Notes section here is not formatted correctly: /api/memory/Lucene.Net.Index.Memory.html#example-xquery-usage 2. The "where" section formulas are not being formatted correctly on /api/core/Lucene.Net.Search.Similarities.TFIDFSimilarity.html. Do note that the formulas also look differently than they did in the [Javadoc](https://lucene.apache.org/core/4_8_0/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html) (it was also this way in prior releases). Ideally, we could find a way to make the formulas look right both in the API docs and Intellisense. 3. In this block: http://localhost:8080/api/core/Lucene.Net.Analysis.html#attribute-and-attributesource, the table is missing the entire first column with the attributes and links. This seems like important info that is missing. It looks like several other tables are failing to resolve links, but this one is stripping them completely. 4. It is difficult to remember where you have been on the API docs if the link visited text is the same as the unvisited text, which was a bit annoying when trying to visit all of the links for a test. ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Exceptions (if any) _No response_ ### Lucene.NET Version _No response_ ### .NET Version _No response_ ### Operating System _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org