You can now create links that have a target attribute (eg. _blank, _parent, etc)
To do this, create the link in Markdown like so:
Note that the target value DOES NOT have an underscore. It is also not surrounded by quotation marks.
Value values for target:
- blank
- parent
- self
- top
This syntax is NOT part of the standard Markdown, and not even part of the superset syntax. It's a modification of the superset. Needless to say, let me know if you find any bugs.