Closed tringuy1993 closed 2 years ago
Updated directives.py:
New update on line 10:
def create_prism(file): source = Path(file).read_text(encoding="utf-8") source = source.replace("component = ", "", 1) return dmc.Prism(source, language="python")
Updated directives.py:
New update on line 10: