Just to make sure I understood: you would like to have an action instead of a visual element? Are you trying to execute this action on the frontend or backend?
If on the frontend, you could probably accomplish what I imagine youāre trying to do roughly like this:
create a group ā letās call it wrapperGroup
put the md-to-html element inside of it.
set the wrapperGroup data type to text
link the md to convert field to the the wrapperGroupās value.
in your workflow, do a display data in wrapperGroup
then do something with md-to-html's html output.
If itās for the backend, that action doesnāt yet exists but I could create it.
For the nofollow, Iāve looked through the ShowdownJS repo (and a few other repos like Marked, Markdown-itā¦) but I didnāt find a simple way to do that. So it will have to be find and replace for the moment.
Thanks to you.
So, is it something you should fix at your end only or anyone can try to solve? (sorry for my ignorance but don want to learn about CSS, just want my stuff done)
Hello, I am contacting you to find out if it was possible to use markdown it as a converter rather than showdown, markdown-it can integrate Katex with a plugin if I am not mistaken. Unlike showdown. That would make the perfect plugin.
hey @rico.trevisan , so far amazing and useful plugin. Iām using it to load MD from GH repo and works nicely except for relative paths for images. Maybe something you may consider to improve in upcoming versions. Meanwhile I will create a script to force a full URL