```json
{
"title": "JavaScript Links Test",
"author": "",
"site": "",
"published": ""
}
```
This has a simple js link in a sentence.
Here is a link with onclick and a link with alert that should both be unwrapped.
A **bold js link** should keep its inner HTML.
Normal links like [Example](https://example.com/) and [another page](https://example.com/page) should stay as links.
Mixed: [real link](https://example.com/), then js link, then [another real link](https://example.com/other).