Can I create links with 'target=“_blank”' in Markdown?
问题 Is there a way to create a link in Markdown that opens in a new window? If not, what syntax do you recommend to do this. I\'ll add it to the markdown compiler I use. I think it should be an option. 回答1: As far as the Markdown syntax is concerned, if you want to get that detailed, you'll just have to use HTML. <a href="http://example.com/" target="_blank">Hello, world!</a> Most Markdown engines I've seen allow plain old HTML, just for situations like this where a generic text markup system