In the online Mma documentation for Highlighted, it shows a pretty neat example using Plot. It also states that it was updated in 2023 version 13.3. Clicking on that, it says that the update was "new option to control whether the head is removed when used as input".
I'm using version 13.2, and when trying to run the Plot examples from the online version, I get no error, but also no Highlighted functionality. E.g., this just show the first plot but not the 'highlighted' plot:
Plot[{Sin[x] + x/2, Highlighted[Sin[x] + x, Placed["Dropline", 6]]}, {x, 0, 10}]
Is this just a documentation mishap and I really don't have it, or is there something I need to do for it to work?
Thank you.
Highlightedin version 13.2. You will see that it is shorter, and it doesn't include these new functionalities, which were introduced in version 13.3. Therefore, you have to update your Mathematica to get this working. $\endgroup$