Commit c615102
FirstUnicorn
docs(readme): revert HTML anchor tags back to Markdown links
## Starting point
We attempted to force external links in the README to open in a new tab by using HTML `<a>` tags with `target="_blank"`. However, this didn't work on GitHub.
## Investigation
Web research confirms that GitHub's Markdown renderer intentionally strips the `target="_blank"` attribute from both Markdown extensions and raw HTML for security reasons. There is no native support or workaround for forcing links to open in a new tab within a GitHub README as of 2026.
## Changes made
Reverted the HTML anchor tags back to standard Markdown links (`[text](url)`) for cleaner syntax:
- Restored `pyventus` and `fastapi-events` links in the "Consider alternatives if" section
- Restored links in the Comparison table header
## Result
Links use the clean Markdown syntax again. Users will need to use their browser's native functionality (Ctrl+click / Cmd+click / Middle-click) to open external links in new tabs.1 parent 9f12428 commit c615102
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments