NeedsInvestigationToolshelp wanted
Metriche repository
- Star
- (133.883 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Not sure this should be considered part of #33955. Please close if so.
The new present2md tool converts the present format to markdown. However, it is still missing some pieces of the present format when converting, namely:
- Captions
- Images
There may be more types I've missed, but these were the ones I noticed so far.
These are being caught by the fallback PresentCmd interface here:
I think it should be possible to convert both of these to markdown, though the caption may be more complicated.