remove it because you want force all link to new tab, hardcored the target="_blank" in front-end/back-end
client simple use [demo](https://example.com)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Can users of Github help ?
I want the page to be run in a new tab to view the demo. Here's what I've tried for markdown (README.md) syntax.
Live Demo: [demo](https://example.com){:target="_blank"} //kramdown
Live Demo: [demo](https://example.com){target="_blank"} //markdown
Live Demo: <a href="https://example.com" target="_blank">demo</a> //html
{:target="_blank"} and {target="_blank"} It was marked as plain text by markdown.
I have read some sources. He talks about removing the target attribute. Is this true? Isn't there really a way to run it in new page?
@paulmaxos Pre-made. But now seems impossible. In the past, it has been used by bad people in methods such as XSS.
Please or to participate in this conversation.