Skip to content

Can I create links with 'target="_blank"' in Markdown? #2280

Answered by pdehaan
phannhat17 asked this question in Q&A
Discussion options

You must be logged in to vote

Worked for me in a simple test case ([email protected], macOS):

---
title: 2280
---

# {{ title }}

<a href="http://example.com/" target="_blank">Hello, world!</a>

- bulleted
- list

OUTPUT

<h1>2280</h1>
<p><a href="http://example.com/" target="_blank">Hello, world!</a></p>
<ul>
	  <li>bulleted</li>
	  <li>list</li>
</ul>

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pdehaan
Comment options

pdehaan Mar 20, 2022
Collaborator

@phannhat17
Comment options

Answer selected by phannhat17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants