mikepenz/multiplatform-markdown-renderer

Support for HTML video tag

オープン

#237 opened on 2024/11/24

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (84 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,049 個のスター)
PR merge metrics
 (平均マージ 2d 12h) (30d で 12 merged PRs)

説明

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

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

Checklist

コントリビューターガイド