Output in loops (Pluto.jl)

Hi!
Is there an elegant way for printing output in loops in pluto notebooks, i.e., something like

for i in 1:3
   md"test: $(i)" 
end

without concatenating the multiline string and output it afterward?

2 Likes

see here?

3 Likes