-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
HTML A tags that enclose an image and text need to be applied separately in markdown syntax
In HTML (from the RSS feed data) we sometimes see:
<a href="http://example.com/page.html"> <img src="http//example.com/image.jpg"> some text </a>
This needs to be converted to MarkDown for a HumHub Post like this:
[](http//example.com/page.html) [some text](http//example.com/page.html)
Metadata
Metadata
Assignees
Labels
No labels