Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for HTML video tag #237

Open
12 tasks done
binishmatheww opened this issue Nov 24, 2024 · 2 comments
Open
12 tasks done

Support for HTML video tag #237

binishmatheww opened this issue Nov 24, 2024 · 2 comments

Comments

@binishmatheww
Copy link

binishmatheww commented Nov 24, 2024

About this issue

  • Briefly describe the issue
    The library does not render HTML tags (or at least the video tag). Would it be possible to add the support ?
  • How can the issue be reproduced / sample code

Sample MD:

### Learned Belaying: It’s About Trust

A significant skill I’ve recently learned is belaying, Managing the rope while my partner ascends requires focus and responsibility, and knowing that they rely on me for their safety. This trust builds our teamwork and gives me confidence as a climber.

<video width="400px" height="300" controls>
    <source src="https://ik.imagekit.io/layr94dmr/Portfolio/Blog/climb/video_2024-10-29_00-53-34.mp4?updatedAt=1730143435844" type="video/mp4">
    Your browser does not support the video tag
</video>

Details

  •  Used library version - 0.28.0-b01
  •  Used platform - MacOS/JVM
  •  Used support library version
  •  Used gradle build tools version
  •  Used tooling / Android Studio version
  •  Other used libraries, potential conflicting libraries

Checklist

@binishmatheww
Copy link
Author

binishmatheww commented Dec 2, 2024

Hi @mikepenz, do you have any plan to implement this feature?

@mikepenz
Copy link
Owner

Good day @binishmatheww

Currently, this feature is not yet planned. Especially as the video tag is a HTML tag and not directly parsed by the markdown library as I can see here:

It probably is possible to do that with some additional custom handling for html tags.
I'd be open to contributions for a new module offering such functionality.

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

No branches or pull requests

2 participants