Mohd Rahban Ghani
Mohd Rahban Ghani
please assign this issue to me
would you kind enough to assign this issue to me :)
can I work on this ?
I can add the changelog and will fix the linting issues once we decide what is the most optimal solution :)
> Just one more note: as I was playing around with this PR, and to actually see what ends up in the search index, I put together a small toy...
this time I made a should_index_for_search function checking for at-blocks and only added the one which were not at blocks but still I don't think this issue is solved
I have tested it locally it does not add duplicated to the search index, I will add changelog entries once we decide to go ahead with this approach
would love to work on this.
I checked through the [cross_references.jl](https://github.com/JuliaDocs/Documenter.jl/blob/master/src/cross_references.jl) and it looked fine to me. I think the problem is in HTMLWriter.jl, especially in [here](https://github.com/JuliaDocs/Documenter.jl/blob/9bec14d016fe2c01db156680e757e7f41af2860c/src/html/HTMLWriter.jl#L2275). I think we need to add some if checks...
I see two potential approaches to fixing this issue: 1) completely exclude all at-blocks from the search index, or 2) exclude only the input code while keeping the output in...