mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Use target="_blank" for the formatting example link
This matches the real links and is less annoying if you click it. (imported from commit b4c8a1c0a8b791ef0f674766caf91c9548ba8290)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[Bah!](http://humbughq.com)</td>
|
||||
<td><a href="http://humbughq.com">Bah!</a></td>
|
||||
<td><a href="http://humbughq.com" target="_blank">Bah!</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>* a<br/>
|
||||
|
||||
Reference in New Issue
Block a user