Custom Engines: How to enter articles without HTML?
in Need Help
Hello,
I'm adding some custom engines.
But they take the article in HTML and paste it like that - It doesn't get converted: which means the article looks weird, but that also there's no link being added.
What can I possibly do here?
I'm adding some custom engines.
But they take the article in HTML and paste it like that - It doesn't get converted: which means the article looks weird, but that also there's no link being added.
What can I possibly do here?
Comments
if BBS supported: html to bbs=1
if you're using SERlib, this is possible by using javascript's .innerHTML like: document.querySelector('#post-content').innerHTML= `%Article%`;
The website I'm working on use some short of custom markup language. The above doesn't seem to work.
Is there anything I can do to add an option in GSA SER for a custom language conversion?