ManimCommunity / manim-voiceover

Manim plugin for all things voiceover
https://voiceover.manim.community/en/stable
MIT License
154 stars 20 forks source link

Remove placeholders from subcaptions #45

Closed petrzjunior closed 1 year ago

petrzjunior commented 1 year ago

Currently the subcaptions are emitted with placeholders. This PR add a RegEx replacement re.sub(r"<[^<>]+/>", "", text) to fix this behavior.

osolmaz commented 1 year ago

Thank you!