-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
a-AuthorUsabilityf-CodeBlocksquestions.UnderDiscussionThe team will evaluate this issue to decide whether it is worth addingThe team will evaluate this issue to decide whether it is worth adding
Description
Take the following text.
The code below has two `if` statements; one evaluates to `true` while the other doesn't.price = 55 print(price) if price > 50: print('Expensive') weight = 45 print(weight) if weight > 100: print('Heavy') print('Done')→
50 Expensive 45 Done
How can I use MarkBind to show the text in a horizontal layout, as given below? I know it can be done using a borderless table, is there a more elegant way?
code → output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a-AuthorUsabilityf-CodeBlocksquestions.UnderDiscussionThe team will evaluate this issue to decide whether it is worth addingThe team will evaluate this issue to decide whether it is worth adding
Type
Projects
Status
Discussion