Giter VIP home page Giter VIP logo

Comments (3)

kexue-z avatar kexue-z commented on June 19, 2024

直接使用HTML标签

语言 特点
Python 易学易用,动态类型,适合快速开发,广泛应用于Web开发、数据分析等领域。
Rust 安全性高,内存管理严格,适合系统级编程和高性能应用开发,具备并发性和并行性。
<table>
  <tr style="color: red; font-weight: bold;">
    <th>语言</th>
    <th>特点</th>
  </tr>
  <tr>
    <td>Python</td>
    <td>易学易用,动态类型,适合快速开发,广泛应用于Web开发、数据分析等领域。</td>
  </tr>
  <tr>
    <td>Rust</td>
    <td>安全性高,内存管理严格,适合系统级编程和高性能应用开发,具备并发性和并行性。</td>
  </tr>
</table>

from nonebot-plugin-htmlrender.

paul-sama avatar paul-sama commented on June 19, 2024
|---|---|
语言 |	特点
Python|	易学易用,动态类型,适合快速开发,广泛应用于 Web 开发、数据分析等领域。
Rust	|安全性高,内存管理严格,适合系统级编程和高性能应用开发,具备并发性和并行性。

上面的markdown转图片
就是表格了
有没有什么语法设置颜色或class的?

from nonebot-plugin-htmlrender.

kexue-z avatar kexue-z commented on June 19, 2024

markdown 是可以直接用html的

from nonebot-plugin-htmlrender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.