Path 1: 2 calls (1.0)
→ context MarkdownContext (2)
1def on_enter(self, context: "MarkdownContext") -> None: 2 self.link = context.current_style.link 3 self.text = Text(justify="left") 4 super().on_enter(context)