elastic / docs

24 stars 335 forks source link

Allow selection of headlines #277

Open watson opened 6 years ago

watson commented 6 years ago

Today it's not possible to select headlines with your mouse so that you can copy it. This is important for the APM Node.js agent as the headlines in many cases are command that the user needs to type, so not being able to select and copy them is really annoying.

Here's an example of one such headline:

https://www.elastic.co/guide/en/apm/agent/nodejs/current/agent-api.html#error-on-aborted-requests

watson commented 6 years ago

ping @elastic/docs

bmorelli25 commented 5 years ago

I've noticed this in other documentation books as well. Here are some examples.

cc @nik9000

nik9000 commented 5 years ago

I'll take a look, sure.

nik9000 commented 5 years ago

This happens because the <a> tag that makes the little link selector show up covers up the title text. I'll see if I can undo that.