From 50b4640db2d7f88b44c20f947e705ba59f1b9fe0 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 23 Jun 2024 13:30:08 +0200 Subject: [PATCH] better naming for markup variables --- markdownify/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/markdownify/__init__.py b/markdownify/__init__.py index d7bd780..2f71cad 100644 --- a/markdownify/__init__.py +++ b/markdownify/__init__.py @@ -48,17 +48,17 @@ def abstract_inline_conversion(markup_fn): references to self.strong_em_symbol etc. """ def implementation(self, el, text, convert_as_inline): - markup = markup_fn(self) - if markup.startswith('<') and markup.endswith('>'): - markup_after = ''): + markup_suffix = '