Skip to main content

Hello

I have a Workspace App in dev phase.
 


Since I cannot embed a HTML page by design or make use of dynamic user parameters to retrieve an event ID for now,  I went with the idea of using a URL / Link within the description box, (Markdown style).

URL points to SP Online

I’d like to implement target=”blank”.
link](url){:target="_blank"} (Kramdown)


Is this possible?

 

Thanks

Sameer

It appears that the markdown engine FME Flow is using doesn’t support that, it also strips the target from standard HTML

 

<a href="https://google.com" target="_blank">Opens in new tab</a>

 

I think it would be worth opening an idea to allow for links to be opened in new tabs/windows

https://community.safe.com/ideas


It appears that the markdown engine FME Flow is using doesn’t support that, it also strips the target from standard HTML

 

<a href="https://google.com" target="_blank">Opens in new tab</a>

 

I think it would be worth opening an idea to allow for links to be opened in new tabs/windows

https://community.safe.com/ideas

 

I also tried a href as well and it failed.
I’ll submit my request as an idea.
How do I find the version of Markdown FME is running on as I could not locate this information?

 


Some one at Safe will be able to find that out - @siennaatsafe?

 

Just linking your idea as well -

 


Reply