FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Problems with HTML A tags · Issue #12 · StevenJoynt/HumHub-RSS-Reader · GitHub

Problems with HTML A tags #12

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

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


    Back | FazBrowse Home | New Git URL