diff --git a/CrossDown.py b/CrossDown.py index bc0f991..a1795df 100644 --- a/CrossDown.py +++ b/CrossDown.py @@ -136,6 +136,9 @@ class CodeBlock: def __call__(self, *args, **kwargs): return re.sub(r'`[^`]*`', '', self.text) + def restore(self): + pass + class Basic: @staticmethod @@ -184,15 +187,7 @@ def main(origen: str): if __name__ == '__main__': with open('test.md', encoding='utf-8') as test: - cd = f""" - -
-