-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
TextformatterMarkdownExtra::flavorRCD
doesn't appear to be able to be set in the module config. I'd like to be able to set external href
s to open in a new tab.
Suggestion for a possible fix
The option should be added into the configuration, unless I'm misunderstanding something.
We could also make use of ParsedownExtraPlugin, which is more configurable. If you're not up to including this, then I'm happy to create a new module for it.
The plugin utilises this for configuring external links:
$md->links_external_attr = [
'target' => '_blank',
];
We could set the module to add attributes as above.
Metadata
Metadata
Assignees
Labels
No labels