mikepenz/multiplatform-markdown-renderer

Support for HTML tags

開放

#270 建立於 2025年1月9日

 (7 則留言) (2 個反應) (0 位負責人)Kotlin (84 個分叉)github user discovery
help wanted

倉庫指標

星標
 (1,049 顆星)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 12 個 PR)

描述

About this issue

  • Briefly describe the issue

Is there support for html in the markdown, like html headers, paragraphs, etc? I noticed in one of the issues someone mentioned specifically support for html video tags. But didn't see anything in the docs about html in general.

I've created a sample project below where I'm trying to display the React Native Github README.MD, everything after the html is displaying correctly. For example this does not render for me:

    <h1 align="center">
      <a href="https://reactnative.dev/">
        React Native
      </a>
    </h1>

    <p align="center">
      <strong>Learn once, write anywhere:</strong><br>
      Build mobile apps with React.
    </p>

and I'm wondering if that is expected?

Details

  • [0.29.0] Used library version

Checklist

貢獻者指南