Hey, I’m just working on a project where I have to read from a text file.
Initially I had thought about saving the file as .txt, but it does not save the bold characteristics of the text. Then I searched for information and tried using the Markdown source (.md) that saves it. However, when I read the file in App Inventor, it shows up like **text**, not bold.
Is there any way to keep the bold of the text in App Inventor?
I am calling the file with the file component, and later I am setting the text of a label to what I got from the file. Is it easy understanding? Or do you need visual support of the blocks?