I could not find a way to add target="_blank" to the html generated so that links open in a new tab.
Also, I could not find on the web, a consistent way to specify this behavior in markdown.
OTOH, it is quite easy to add rendering options to html in a similar way to the existing extension options of the parser.
I have already written the code, change is here.
Is this something interesting to the project?
I could not find a way to add
target="_blank"to the html generated so that links open in a new tab.Also, I could not find on the web, a consistent way to specify this behavior in markdown.
OTOH, it is quite easy to add rendering options to html in a similar way to the existing extension options of the parser.
I have already written the code, change is here.
Is this something interesting to the project?