MartinPacker/md2pptx

Feature Request: Full Mermaid support

Ouverte

#228 ouverte le 1 juin 2026

 (3 commentaires) (0 réaction) (0 personne assignée)Python (80 forks)auto 404
difficultenhancementhelp wanted

Métriques du dépôt

Stars
 (507 étoiles)
Métriques de merge PR
 (Merge moyen 19j 22h) (9 PRs mergées en 30 j)

Description

In order to use this for code planning and code descriptions I need to enhance this with Mermaid support. (I also plan code syntax highlighting.) I'm doing this on my own branch. The question is if I should upstream it?

First pass I got it working with pure python. However, it was limited and couldn't handle the full modern Mermaid suite of graphs, in particular the class diagrams. And while sequence diagrams are great I don't see a point in Mermaid to have another source of flowcharts, graphviz handled that better. So my second pass I'm reluctantly adding a npm and chromium (headless) reliance so I can use the latest Mermaid.js. This is still in progress so I can't demo the solution.

I'm doing this for my own use. But I would be happy to clean it up and package it for a PR if there is general interest in it.

Guide contributeur