ogobrecht / markdown-apex-plugin

Oracle APEX Dynamic Action Type Plugin: Markdown
https://apex.oracle.com/pls/apex/f?p=66154
Other
16 stars 1 forks source link

mailto markdown doesn't appear to work in Apex 5.1.3.00.05 #8

Closed y272nly closed 6 years ago

y272nly commented 6 years ago

Tried various methods to get mailto working, but it doesn't seem to happen in Apex 5.1.3, what would you like me to submit as evidence please?

ogobrecht commented 6 years ago

Hi,

I checked it: seems that the sanitizing converter is responsible for the problems - you have to disable it under Shared Components > Component Settings > Markdown [Plug-in]:

markdown

Then the normal link syntax working as expected:

image

Sorry for that - as I wrote already in the README file of the project I am not really happy with the converter and I am planning to use a different one in the future.

Best regards Ottmar

ogobrecht commented 6 years ago

Hi again,

I enabled again the sanitizing converter in the demo app. You have to do this setting in your local app to test it.

Best regards Ottmar

y272nly commented 6 years ago

Ottmar, Thanks for this, appreciate you responding with a workaround that fixed the fault.