We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076b060 commit 5c10c71Copy full SHA for 5c10c71
1 file changed
openandroidinstaller/views/step_view.py
@@ -31,6 +31,7 @@
31
32
from styles import (
33
Text,
34
+ Markdown,
35
)
36
37
from views import BaseView
@@ -119,7 +120,7 @@ def check_advanced_switch(e):
119
120
121
]
122
self.right_view.controls = [
- Text(f"{self.step.content}"),
123
+ Markdown(f"{self.step.content}"),
124
125
# basic view depending on step.type
126
logger.info(f"Starting step of type {self.step.type}.")
0 commit comments