showdownjs/showdown

Inlining css classes and global styles

Open

#860 ouverte le 25 août 2021

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (1 640 forks)batch import
help wanted

Métriques du dépôt

Stars
 (13 700 stars)
Métriques de merge PR
 (Merge moyen 15h 21m) (3 PRs mergées en 30 j)

Description

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?

Guide contributeur