GSA not converting links from #file functions properly
I'm taking advantage of the #file_links commands for generating content, and ALSO for inserting random links into the body of the content..
What I'm seeing is that the <a href="%url%">%anchor_text%</a> link is converted correctly...
but any links that are inserted using the #file_links command are not being converted to bbcode when appropriate...
here's an example of my article body -
#file_links[C:\....content.txt,1,L] <a href="%url%">%anchor_text%</a> #file_links[C:\....content.txt,1,L]
#file_links[C:\....content.txt,1,L] #file_links[C:\....hrefs.txt,1,S] #file_links[C:\....content.txt,1,L]
What I'm seeing is that the <a href="%url%">%anchor_text%</a> link is converted correctly...
but any links that are inserted using the #file_links command are not being converted to bbcode when appropriate...
here's an example of my article body -
#file_links[C:\....content.txt,1,L] <a href="%url%">%anchor_text%</a> #file_links[C:\....content.txt,1,L]
#file_links[C:\....content.txt,1,L] #file_links[C:\....hrefs.txt,1,S] #file_links[C:\....content.txt,1,L]
Comments
Working fine here. But I know that in some older versions (the one where this was introduced), it was not working as it should. Maybe some of your created links coming from that version?
Is TEST in project edit working for you?