Skip to content

Problems with HTML A tags #12

Description

@StevenJoynt

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/image.jpg)](http//example.com/page.html) [some text](http//example.com/page.html)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions