showdownjs/showdown

Inlining css classes and global styles

开放

#860 创建于 2021年8月25日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (1,640 个派生)batch import
help wanted

仓库指标

星标
 (13,700 个星标)
PR 合并指标
 (平均合并 15小时 21分钟) (30 天内合并 3 个 PR)

描述

I am wondering is there any built-in functionality that may help to inline css?

What I want to achieve is to get rid of all css classes and global styles to bring all the styles inline.

This process is taking place withing a browser right after showdown produces a raw html.

It is seems that I need to write a custom extension to achieve that.

Any hints?

贡献者指南